Stream: wasmtime

Topic: Winch now supports 100% of MVP Wasm opcodes!


view this post on Zulip fitzgen (he/him) (Feb 09 2024 at 16:28):

Winch, the baseline compiler for Wasmtime, now supports all of the MVP Wasm opcodes as of https://github.com/bytecodealliance/wasmtime/pull/7894.

Congrats to @Saúl Cabrera, @Jeff Charles, @Trevor Elliott and everyone else who contributed to Winch on reaching this milestone! :tada:

Excited to have a fast-compilation tier and a non-optimizing compiler we can eventually leverage for debugging!

https://github.com/bytecodealliance/wasmtime/issues/6528

Closes #6528 This patch adds support for all the instructions involving WebAssembly loads and stores for 32-bit memories. Given that the memory64 proposal is not enabled by default, this patch does...
During the debugging meeting on June 1, 2023, we discussed opening an issue to track the missing Core Wasm opcodes in Winch. The objective of this issue is to make it easier for potential contribut...

Last updated: Oct 23 2024 at 20:03 UTC