Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s8sachin/rust-wasm-hello-world


https://github.com/s8sachin/rust-wasm-hello-world

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# rust-wasm-hello-world

run these

cargo build --target wasm32-unknown-unknown --release

wasm-gc target/wasm32-unknown-unknown/release/rust_example.wasm -o rust_example.gc.wasm

from this blog https://www.fullstackreact.com/articles/rust-react-and-web-assembly/