mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 09:21:05 +00:00
17 lines
424 B
Markdown
17 lines
424 B
Markdown
# Hello, World!
|
|
|
|
[View this example online](https://webassembly.studio/?f=gzubao6tg3)
|
|
|
|
This directory is an example of using the `#[wasm_bindgen]` macro to create an
|
|
entry point that's called from the browser and then displays a dialog.
|
|
|
|
You can build the example locally with:
|
|
|
|
```
|
|
$ ./build.sh
|
|
```
|
|
|
|
(or running the two commands on Windows manually)
|
|
|
|
and then opening up `index.html` in a web browser should show a dialog!
|