2018-03-09 10:25:19 -08:00
|
|
|
# `console.log`
|
|
|
|
|
2018-09-20 17:54:06 -07:00
|
|
|
[View documentation for this example online][dox] or [View compiled example
|
|
|
|
online][compiled]
|
2018-04-17 13:51:01 -07:00
|
|
|
|
2018-09-20 17:54:06 -07:00
|
|
|
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/console_log/
|
2018-09-20 16:20:42 -07:00
|
|
|
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/console-log.html
|
2018-08-17 22:54:59 -04:00
|
|
|
|
2018-09-20 16:20:42 -07:00
|
|
|
You can build the example locally with:
|
2018-03-09 10:25:19 -08:00
|
|
|
|
|
|
|
```
|
|
|
|
$ ./build.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
(or running the commands on Windows manually)
|
|
|
|
|
2018-09-20 16:20:42 -07:00
|
|
|
and then visiting http://localhost:8080 in a browser should run the example!
|