wasmerio / wasmer-rust-example

Example of WebAssembly embedding in Rust using Wasmer
https://wasmerio.github.io/wasmer/rust/wasmer_runtime/
162 stars 24 forks source link

Added a link to the official docs #10

Closed torch2424 closed 4 years ago

torch2424 commented 4 years ago

Adding a link to the Docs as the official place to learn the Rust integration for Wasmer 😄 Let me know if the deprecation notice is okay 😄

MarkMcCaskey commented 4 years ago

Hmm, I wouldn't strictly say this is deprecated, we test this example as part of our CI in wasmerio/wasmer: we git clone it and build it with the current version of master. Perhaps we should do that with the new Rust examples though!

torch2424 commented 4 years ago

@MarkMcCaskey I'll go ahead and update the message than 😄