Stream: git-wasmtime

Topic: wasmtime / PR #2585 Update support for the module linking...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2021 at 18:41):

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 to wasmparser and the updated
binary format for module linking.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2021 at 18:42):

alexcrichton requested peterhuene for a review on PR #2585.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2021 at 20:22):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2021 at 20:22):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2021 at 20:22):

peterhuene created PR Review Comment:

        // Perform some pre-flight checks before we get into the meat of

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2021 at 22:38):

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 to wasmparser and the updated
binary format for module linking.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2021 at 23:48):

peterhuene merged PR #2585.


Last updated: Nov 22 2024 at 16:03 UTC