wasm-bindgen/examples/webxr
Alex Crichton df809df9a5
Bump to 0.2.63 (#2163)
* Update `syn` version requirement

Require latest version to fix issues with nightly.

* Bump to 0.2.63
2020-05-27 10:07:18 -05:00
..
src Run rustfmt 2020-03-17 07:49:46 -07:00
Cargo.toml Bump to 0.2.63 (#2163) 2020-05-27 10:07:18 -05:00
index.html Webxrdevice (#2000) 2020-03-17 09:14:05 -05: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!