You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a list of what is required to migrate Bytecode Alliance projects to the new module linking spec that is based on the component model, rather than the old module linking spec that was based on core Wasm. Putting this list in the wasm-tools repo because most of the crates are here, and the work needs to start here. Let me know if I'm missing something and/or just edit this issue to add a checkbox for the missing item!
Here is a list of what is required to migrate Bytecode Alliance projects to the new module linking spec that is based on the component model, rather than the old module linking spec that was based on core Wasm. Putting this list in the
wasm-toolsrepo because most of the crates are here, and the work needs to start here. Let me know if I'm missing something and/or just edit this issue to add a checkbox for the missing item!wasmparser(@peterhuene) PR: Implement component parsing and validation inwasmparser. #484watandwast(@sunfishcode) PR: Update wasm-tools for the latest component model proposal #621wasm-encoder(@peterhuene) PR: Reimplement component encoding inwasm-encoder. #448wasmprinter(@peterhuene) PR: Implement printing of components inwasmprinter. #496wasmparser)wasm-smith(@fitzgen)wasm-encoder)wasm-mutatewasm-encoder)wasm-toolslocal testswat,wasmparser)wasm-toolsfuzz targetswat,wasmparser,wasmprinter, andwasm-smith)wasm-tools dumpPR: Start support for component model inwasm-tools dump#549wat,wasmparser)wasm-tools objdumpPR: feat: Initial Component Model support in objdump #555wat,wasmparser)Wasmtime: Tracking issue for implementing the component model wasmtime#4185
wat,wasm-encoder, andwasmparser)wit-bindgenwat,wasm-encoder,wasmparser, and Wasmtime)Wizer (Replace old core Wasm module linking support with new component model linking support wizer#48)
wat,wasm-encoder,wasmparser, and Wasmtime)Interface Types + Canonical ABI test case generator
cc @peterhuene @alexcrichton @tschneidereit @lukewagner