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
wasmer
API mimics the standard WebAssembly API, - Fast:
wasmer
executes the WebAssembly modules as fast as possible, - Safe: All calls to WebAssembly will be fast, but more importantly, complete safe and sandboxed.