Go to file
Ivan Enderlin 3361b3d9a8 feat(interface-types) Implement the read-utf8 instruction.
It implies to create the `wasm::Memory` trait.

Also, the patch updates `wasm::Type` and `wasm::Value` to
`wasm::InterfaceType` and `wasm::InterfaceValue`. It enforces a new
rule that is: All values in the stack must be owned by the stack. Any
value going in or out must be cloned.
2019-09-23 16:29:01 +02:00
src feat(interface-types) Implement the read-utf8 instruction. 2019-09-23 16:29:01 +02:00
tests/assets feat(wasmer-interface-types) Draft. 2019-09-18 17:12:41 +02:00
Cargo.toml chore(interface-types) Bump to 0.7.0. 2019-09-18 17:14:57 +02:00