rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Added Wasmer-runtime to the crates reference #147

Open syrusakbary opened 5 years ago

syrusakbary commented 5 years ago

Summary

We just created a crate for embedding the Wasmer runtime in any Rust project.

Here's the crate: https://crates.io/crates/wasmer-runtime And here is an example repo: https://github.com/wasmerio/wasmer-rust-example (blogpost)

Thanks for your great work on Rust & WebAssembly! 👏