Files
wasmtime/lib/wasm
Dan Gohman 416f8c094d Name Table and Memory's initial field minimum and make it u32.
The spec has switched to calling the "initial" field the "minimum" field
because when linear memory is imported, it may initially be greater than
the "initial" value.

Making it u32 instead of usize will help avoid accidental host-specific
behavior.
2018-11-29 15:03:49 +01:00
..
2018-11-26 22:31:07 -08:00
2018-07-13 09:15:16 -07:00

This crate performs the translation from a wasm module in binary format to the in-memory form of the Cranelift IR.