wasm-bindgen/examples/webxr
Muhammad Hamza 0b5f0eec2f
Bump versions for v0.2.88 (#3676)
* bump

* Bump version in changelog

* Bump date in changelog

Co-authored-by: Liam Murphy <liampm32@gmail.com>

---------

Co-authored-by: GitHub Actions <actions@github.com>
Co-authored-by: daxpedda <daxpedda@gmail.com>
Co-authored-by: Liam Murphy <liampm32@gmail.com>
2023-11-01 20:35:23 +05:00
..
src Add JsCast to wasm_bindgen::prelude (#3221) 2023-01-03 09:44:23 -06:00
Cargo.toml Bump versions for v0.2.88 (#3676) 2023-11-01 20:35:23 +05: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 chore: run npm audit fix --force on all examples 2023-07-05 22:49:51 +02:00
README.md Webxrdevice (#2000) 2020-03-17 09:14:05 -05:00
webpack.config.js Upgrade the webpack-based examples' npm dependencies (move to webpack 5) (#2651) 2021-08-10 09:43:42 -05:00
webxr.js Upgrade the webpack-based examples' npm dependencies (move to webpack 5) (#2651) 2021-08-10 09:43:42 -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!