https://github.com/nwtgck/wasm-console-example
Simple example of wasm-console
https://github.com/nwtgck/wasm-console-example
boilerplate example wasm wasm-bindgen webassembly
Last synced: 22 days ago
JSON representation
Simple example of wasm-console
- Host: GitHub
- URL: https://github.com/nwtgck/wasm-console-example
- Owner: nwtgck
- License: mit
- Created: 2020-08-08T13:56:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T20:43:50.000Z (over 4 years ago)
- Last Synced: 2025-02-06T11:55:26.411Z (12 months ago)
- Topics: boilerplate, example, wasm, wasm-bindgen, webassembly
- Language: JavaScript
- Homepage:
- Size: 968 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm-console-example
Simple example of [wasm-console](https://github.com/nwtgck/wasm-console)
## Actual Web page
Open the link below and see the console.
## Structure
- [src/lib.rs](src/lib.rs): Rust using wasm-console
- [index.js](index.js): Call WebAssembly from JavaScript
## Run locally
```bash
cd
npm ci
npm run serve
```
Then, open on your browser.