Files
wasmtime/crates/runtime/src
Alex Crichton e659d5cecd Add initial support for the multi-memory proposal (#2263)
This commit adds initial (gated) support for the multi-memory wasm
proposal. This was actually quite easy since almost all of wasmtime
already expected multi-memory to be implemented one day. The only real
substantive change is the `memory.copy` intrinsic changes, which now
accounts for the source/destination memories possibly being different.
2020-10-13 19:13:52 -05:00
..
2020-08-07 10:08:44 -07:00
2020-06-15 15:39:26 -07:00
2020-07-02 16:59:07 -07:00
2020-10-07 06:30:14 -05:00