Files
wasmtime/crates
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-17 16:03:35 -07:00
2020-09-23 13:54:02 -05:00
2020-09-23 13:54:02 -05:00
2020-09-26 00:49:28 -05:00
2020-09-29 13:20:14 -05:00
2020-09-29 13:20:14 -05:00
2020-09-23 13:54:02 -05:00