Crate wasmer_ruby
source ·Expand description
The wasmer Ruby package
A complete and mature WebAssembly runtime for Ruby based on Wasmer.
Features
- Easy to use: The
wasmerAPI mimics the standard WebAssembly API, - Fast:
wasmerexecutes the WebAssembly modules as fast as possible, - Safe: All calls to WebAssembly will be fast, but more importantly, complete safe and sandboxed.
Modules
- Declare Ruby native types. It’s only for documentation purposes.
- The
Wasmermodule provides the entire Wasmer API to manipulate the WebAssembly runtime.