Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s8sachin/rust-wasm-hello-world
https://github.com/s8sachin/rust-wasm-hello-world
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s8sachin/rust-wasm-hello-world
- Owner: s8sachin
- Created: 2019-06-22T22:37:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T10:31:12.000Z (over 5 years ago)
- Last Synced: 2024-11-06T02:41:33.118Z (about 2 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/