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.
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
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: Nov 22 2024 at 16:03 UTC