wasm-bindgen/examples/dom/README.md

16 lines
332 B
Markdown
Raw Normal View History

# web-sys: DOM hello world
2018-03-21 18:26:00 +03:00
[View documentation for this example online][dox]
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/dom.html
2018-03-21 18:26:00 +03:00
You can build the example locally with:
2018-03-21 18:26:00 +03:00
```
$ ./build.sh
```
(or running the commands on Windows manually)
and then visiting http://localhost:8080 in a browser should run the example!