mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 02:01:35 +00:00
Build examples and deploy to gh-pages
Rejigger Travis slightly to take advantage of build stages to build the `gh-pages` branch amongst a set of builders, and then when they're all done we synchronize and deploy the site. For now use S3 as a backing store for data between jobs.
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
# Converting WebAssembly to JS
|
||||
|
||||
[View documentation for this example online][dox]
|
||||
[View documentation for this example online][dox] or [View compiled example
|
||||
online][compiled]
|
||||
|
||||
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/wasm2js/
|
||||
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/wasm2js.html
|
||||
|
||||
You can build the example locally with:
|
||||
|
Reference in New Issue
Block a user