wasm-bindgen/examples/webxr
Jules Bertholet 7caeb3198e
Fix non-compliling examples (#2624)
* Fix non-compliling examples

* Add CI job to run cargo check (to ensure examples don't break in the future)
2021-07-19 09:11:36 -05:00
..
src Fix non-compliling examples (#2624) 2021-07-19 09:11:36 -05:00
Cargo.toml Bump to 0.2.74 2021-05-10 07:08:17 -07:00
index.html Fix canvas is not a self closing tag. (#2408) 2021-01-04 09:31:01 -06:00
index.js Webxrdevice (#2000) 2020-03-17 09:14:05 -05:00
package.json Webxrdevice (#2000) 2020-03-17 09:14:05 -05:00
README.md Webxrdevice (#2000) 2020-03-17 09:14:05 -05:00
webpack.config.js Webxrdevice (#2000) 2020-03-17 09:14:05 -05:00
webxr.js Webxrdevice (#2000) 2020-03-17 09:14:05 -05:00

WebXR Example

View documentation for this example online or View compiled example online

You can build the example locally with:

# Note: Requires unstable flag whilst WebXR in development
$ RUSTFLAGS=--cfg=web_sys_unstable_apis npm run serve

and then visiting http://localhost:8080 in a browser should run the example!