https://github.com/danitrod/hello-wasm
[ENGLISH] WebAssembly with rust example
https://github.com/danitrod/hello-wasm
rust wasm
Last synced: 2 months ago
JSON representation
[ENGLISH] WebAssembly with rust example
- Host: GitHub
- URL: https://github.com/danitrod/hello-wasm
- Owner: danitrod
- License: mit
- Created: 2020-12-08T22:38:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T23:01:55.000Z (over 4 years ago)
- Last Synced: 2025-02-05T06:32:27.839Z (4 months ago)
- Topics: rust, wasm
- Homepage: https://developer.mozilla.org/en-US/docs/WebAssembly/Rust_to_wasm
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello WASM
1. `cargo install wasm-pack`
2. `wasm-pack build`
3. `cd web && yarn && yarn serve`