wasm-bindgen/examples/wasm-audio-worklet/README.md
2022-08-13 20:12:17 +10:00

18 lines
461 B
Markdown

# wasm-audio-worklet
[View documentation for this example online][dox] or [View compiled example
online][compiled]
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/wasm-audio-worklet.html
[compiled]: https://wasm-bindgen.netlify.app/exbuild/wasm-audio-worklet/
You can build the example locally with:
```
$ ./run.sh
```
(or running the commands on Windows manually)
and then visiting http://localhost:8080 in a browser should run the example!