Wasmtime
Wasmtime is a WebAssembly engine for compiled Wasm modules.
You can find the Wasmtime website here.
Wasmtime is available for the following languages:
- C
- C++
- Go
- Python
- Rust
There’s also a NuGet package available for the .Net framework, making Wasmtime available for C# and other .Net languages. You can find the NuGet package on the NuGet gallery website, here.
Additional reading
In our documentation on the building blocks of WebAssembly, here, you’ll find code samples written for Rust, using Wasmtime.