Stream: general

Topic: Adapter module for `wasm-tools component new`


view this post on Zulip Daniel Macovei (Jul 19 2023 at 16:34):

Been awhile since I've done this, but historically I could grab an adapter module from this url https://github.com/bytecodealliance/preview2-prototyping/releases/tag/latest and then do wasm-tools component new ./path/to/module.wasm -o target.wasm --adapt wasi_snapshot_preview1.wasm and it would generate a component wasm that I could later embed a wit into. Now I get the following error when I try to reproduce. Is this adapter module no longer up to date? Also maybe that work flow just isn't supported anymore? It was a couple months ago. Also I know the tooling has been changing quite a bit.

error: decoding custom section component-type:wasi-command

Caused by:
    0: component-type version 2 does not match supported version 3
Commits e4c04bc: Update README.md (Pat Hickey)

view this post on Zulip Alex Crichton (Jul 19 2023 at 16:36):

Oh that general workflow should still work, and the adapters have moved to Wasmtime's releases instead -- https://github.com/bytecodealliance/wasmtime/releases/tag/v10.0.1

A fast and secure runtime for WebAssembly. Contribute to bytecodealliance/wasmtime development by creating an account on GitHub.

view this post on Zulip Daniel Macovei (Jul 19 2023 at 16:36):

Thanks!


Last updated: Nov 22 2024 at 16:03 UTC