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

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

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!