Update supported features of Wasmtime#193
Conversation
Bulk memory and reference types have been fully supported since 0.19 and enabled by default since 0.20.
|
@RReverser PTAL, thanks! |
Oh yeah I've seen this, but been waiting for the actual status to change. Glad to hear it's happened in 0.20! |
|
@fitzgen Wait... it looks like wasmtime 0.20.0 is not released yet? https://github.com/bytecodealliance/wasmtime/releases We use only stable versions of engines in the table. |
|
Reverting for now... |
This reverts commit 34b5cc1.
|
The crate is published: https://docs.rs/wasmtime/0.20.0/wasmtime/ I think maybe the release script got messed up and didn't upload a binary and/or it didn't get tagged. I'll double check. Either way, this isn't some hypothetical future release :-p |
|
Yeah we just forgot to tag the commit where we published, so our CI didn't automatically create a github release. The github action that will create the github release is in progress now. Thanks for the heads up! |
|
@RReverser would you like me to revert the revert now, or are you intending to do that? |
…"" This reverts commit ca3384d.
Bulk memory and reference types have been fully supported since 0.19 and enabled by default since 0.20.