alexcrichton opened PR #2263 from multi-memory
to main
:
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 thememory.copy
intrinsic changes, which now
accounts for the source/destination memories possibly being different.
alexcrichton updated PR #2263 from multi-memory
to main
:
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 thememory.copy
intrinsic changes, which now
accounts for the source/destination memories possibly being different.
fitzgen submitted PR Review.
fitzgen submitted PR Review.
fitzgen created PR Review Comment:
This seems like a useful helper to factor out, in general, similar to what we have for getting tables regardless of whether they are defined/imported.
alexcrichton updated PR #2263 from multi-memory
to main
:
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 thememory.copy
intrinsic changes, which now
accounts for the source/destination memories possibly being different.
alexcrichton submitted PR Review.
alexcrichton created PR Review Comment:
Oh wow turns out the helper already exists and I just missed it!
alexcrichton merged PR #2263.
Last updated: Nov 22 2024 at 16:03 UTC