I see the mainline is working on version 21. And the WebAssembly Feature Extensions page says WasmTime version 20 supports Bulk memory operations
and Reference types
.
But I run the WasmTime installation command curl https://wasmtime.dev/install.sh -sSf | bash
on my Mac and my Linux machines and I only get version 19.0.1.
Actually the page I referred to referenced version WasmTime 0.20, not 20. My bad there. Still wondering if WasmTime 20 is supposed to require building and installing it oneself.
The release branch gets cut a couple weeks before publishing: https://github.com/bytecodealliance/wasmtime/blob/main/docs/contributing-release-process.md#releasing-a-major-version
Makes sense. Thanks for the pointer.
Frank Rehwinkel has marked this topic as resolved.
Last updated: Nov 22 2024 at 17:03 UTC