https://github.com/phocks/wasm-dom-rust
Quick demo of DOM manipulation using WebAssembly and Rust
https://github.com/phocks/wasm-dom-rust
Last synced: 11 months ago
JSON representation
Quick demo of DOM manipulation using WebAssembly and Rust
- Host: GitHub
- URL: https://github.com/phocks/wasm-dom-rust
- Owner: phocks
- Created: 2020-11-25T02:03:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T02:14:13.000Z (over 5 years ago)
- Last Synced: 2025-03-06T12:52:33.434Z (over 1 year ago)
- Language: Rust
- Size: 523 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-sys: DOM random characters
Generates 100 random characters and appends them as spans in the DOM (and console logs them). All in WASM.
https://phocks.github.io/wasm-dom-rust/
You can build the example locally with:
```
$ npm run serve
```
and then visiting http://localhost:8080 in a browser should run the example!