wasmer-rust-example icon indicating copy to clipboard operation
wasmer-rust-example copied to clipboard

Example of WebAssembly embedding in Rust using Wasmer

Results 5 wasmer-rust-example issues
Sort by recently updated
recently updated
newest added

I have a library in which I am trying to invoke async functions belonging to yet another library of mine. Is there a way to achieve this using the wasmer...

Wasmer Upgrade to v. 0.17.1. I tested with the new version and i don't see any issue. See the log of `cargo build` and `cargo run`: ``` walter@localhost:~/kalwalt-github/wasmer-rust-example> cargo build...

how to handle panics well with wasmer?

* Hello~ * I have a problem. I have not get a "wasm" file when i run this: `rustup target add wasm32-unknown-unknown` and `cargo build --target wasm32-unknown-unknown` .The dir of...

How can we generate ABI using wasmer for rust lang code? Is it possible now? If yes what are the steps to generate ABI? This blog https://medium.com/wasmer/webassembly-cloudabi-b573047fd0a9 shows that wasmer...