Files
wasmtime/crates/interface-types
Alex Crichton 9802005061 Remove the action and context modules from wasmtime_jit (#924)
* Remove the `action` and `context` modules from `wasmtime_jit`

These modules are now no longer necessary with the `wasmtime` crate
fleshed out, and they're entirely subsumed by the `wasmtime` API as
well.

* Remove some more modules
2020-02-07 13:22:07 -06:00
..
2020-02-06 12:25:32 -06:00

This crate implements a prototype of the wasm interface types proposal for Wasmtime.