A Major Milestone for WebAssembly Runtime
2024
The leading WebAssembly runtime for developers
Adding garbage collection and exception handling support
Automatic memory management for WebAssembly modules, enabling safer and more efficient resource handling
Robust error management with try-catch semantics, bringing familiar programming patterns to WebAssembly
Source code compiled to WebAssembly with GC-aware type signatures
Wasmtime manages memory with automatic garbage collection cycles
Errors flow through the call stack with full unwinding support
Programs run safely with controlled memory and error boundaries
Explore Wasmtime at bytecodealliance.org