Stream: git-wasmtime

Topic: wasmtime / issue #7272 Put versions in all WASI WIT files


view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2023 at 14:45):

alexcrichton commented on issue #7272:

Sounds reasonable to me yeah, although I'm not a fan of typing unwieldy version strings so that's motivated me to write up https://github.com/bytecodealliance/wasm-tools/pull/1255, https://github.com/bytecodealliance/wit-bindgen/pull/703, and some further improvements for wasmtime's own bindgen. That should enable avoid forcing the need for versions in more places throughout the tooling. It'll still be required in the WIT syntax itself but I think that should be fixable with Peter's wit tool or similar in the future.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2023 at 19:05):

alexcrichton commented on issue #7272:

On second though I'm gonna decouple these. There's some wasmtime improvements here to write versions less but the rest in the Rust sources will go away once I update wit-bindgen and wasm-tools which I'll do separately. Otherwise though the versions should be updated to 0.2.0-2023-10-18 now

view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2023 at 19:05):

alexcrichton edited a comment on issue #7272:

On second though I'm gonna decouple these. There's some wasmtime improvements here to write versions less but the rest in the Rust sources will go away once I update wit-bindgen and wasm-tools which I'll do separately. Otherwise though the versions should be updated to 0.2.0-rc-2023-10-18 now


Last updated: Oct 23 2024 at 20:03 UTC