Files
wasmtime/lib/execute
Dan Gohman 71c0142cd4 Rename the address field of Table/Memory/Global exports to definition.
For functions, `address` makes sense because it's the address of the
function. Bt for Table/Memory/Global, it points to a `VM*Definition` field.
2018-12-24 18:20:15 -08:00
..
2018-12-19 15:14:30 -08:00
2018-11-29 05:57:32 -08:00
2018-11-26 04:52:39 -08:00

This is the wasmtime-execute crate, which contains wasm runtime support, supporting the wasm ABI defined by wasmtime-environ.