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:
Alex Crichton
2018-09-20 17:54:06 -07:00
parent f871cf6354
commit e353c1cf6f
33 changed files with 120 additions and 46 deletions

View File

@ -1,7 +1,9 @@
# Importing non-browser 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/import_js/
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/import-js.html
You can build the example locally with: