2018-09-20 16:20:42 -07:00
|
|
|
# Working with the `char` type
|
2018-05-22 12:34:41 -05:00
|
|
|
|
2018-09-20 17:54:06 -07:00
|
|
|
[View documentation for this example online][dox] or [View compiled example
|
|
|
|
online][compiled]
|
2018-09-20 16:20:42 -07:00
|
|
|
|
2018-09-20 17:54:06 -07:00
|
|
|
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/char/
|
2018-09-20 16:20:42 -07:00
|
|
|
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/char.html
|
2018-05-22 12:34:41 -05:00
|
|
|
|
|
|
|
You can build the example locally with:
|
|
|
|
|
|
|
|
```
|
|
|
|
$ ./build.sh
|
|
|
|
```
|
|
|
|
|
2018-09-20 16:20:42 -07:00
|
|
|
(or running the commands on Windows manually)
|
2018-05-22 12:34:41 -05:00
|
|
|
|
2018-09-20 16:20:42 -07:00
|
|
|
and then visiting http://localhost:8080 in a browser should run the example!
|