Files
wasmtime/crates/runtime/src
Alex Crichton 3887881800 Refactor how signatures/trampolines are stored in Store
This commit refactors where trampolines and signature information is
stored within a `Store`, namely moving them from
`wasmtime_runtime::Instance` instead to `Store` itself. The goal here is
to remove an allocation inside of an `Instance` and make them a bit
cheaper to create. Additionally this should open up future possibilities
like not creating duplicate trampolines for signatures already in the
`Store` when using `Func::new`.
2020-11-02 07:54:18 -08:00
..
2020-08-07 10:08:44 -07:00
2020-06-15 15:39:26 -07:00
2020-07-02 16:59:07 -07:00