2018-03-02 20:11:30 -08:00
|
|
|
# Hello, World!
|
|
|
|
|
2018-09-20 16:20:42 -07:00
|
|
|
[View documentation for this example online][dox]
|
2018-04-17 13:51:01 -07:00
|
|
|
|
2018-09-20 16:20:42 -07:00
|
|
|
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/hello-world.html
|
2018-03-02 20:11:30 -08:00
|
|
|
|
2018-04-17 13:51:01 -07:00
|
|
|
You can build the example locally with:
|
2018-03-02 20:11:30 -08:00
|
|
|
|
|
|
|
```
|
|
|
|
$ ./build.sh
|
|
|
|
```
|
|
|
|
|
2018-09-20 16:20:42 -07:00
|
|
|
(or running the commands on Windows manually)
|
2018-03-02 20:11:30 -08:00
|
|
|
|
2018-09-20 16:20:42 -07:00
|
|
|
and then visiting http://localhost:8080 in a browser should show a dialog!
|