alexcrichton opened PR #2585 from module-linking-update
to main
:
This commit updates the various tooling used by wasmtime which has new
updates to the module linking proposal. This is done primarily to sync
with WebAssembly/module-linking#26. The main change implemented here is
that wasmtime now supports creating instances from a set of values, nott
just from instantiating a module. Additionally subtyping handling of
modules with respect to imports is now properly handled by desugaring
two-level imports to imports of instances.A number of small refactorings are included here as well, but most of
them are in accordance with the changes towasmparser
and the updated
binary format for module linking.
alexcrichton requested peterhuene for a review on PR #2585.
peterhuene submitted PR Review.
peterhuene submitted PR Review.
peterhuene created PR Review Comment:
// Perform some pre-flight checks before we get into the meat of
alexcrichton updated PR #2585 from module-linking-update
to main
:
This commit updates the various tooling used by wasmtime which has new
updates to the module linking proposal. This is done primarily to sync
with WebAssembly/module-linking#26. The main change implemented here is
that wasmtime now supports creating instances from a set of values, nott
just from instantiating a module. Additionally subtyping handling of
modules with respect to imports is now properly handled by desugaring
two-level imports to imports of instances.A number of small refactorings are included here as well, but most of
them are in accordance with the changes towasmparser
and the updated
binary format for module linking.
peterhuene merged PR #2585.
Last updated: Nov 22 2024 at 16:03 UTC