Exceptions in Cranelift and Wasmtime
cfallin.org·2h·
Flag this post

Note: this post is also cross-posted to the Bytecode Alliance blog here.

This is a blog post outlining the odyssey I recently took to implement the Wasm exception-handling proposal in Wasmtime, the open-source WebAssembly engine for which I’m a core team member/maintainer, and its Cranelift compiler backend.

When first discussing this work, I made an off-the-cuff estimate in the Wasmtime biweekly project meeting that it would be “maybe two weeks on the compiler side and a week in Wasmtime”. Reader, I need to make a confession now: I was wrong and it wa…

Similar Posts

Loading similar posts...