mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-04 04:22:08 +03:00
4 lines
175 B
JavaScript
4 lines
175 B
JavaScript
|
// For more comments about what's going on here, check out the `hello_world`
|
||
|
// example.
|
||
|
import("./webxr.js")
|
||
|
.catch(e => console.error("Error importing web assembly:", e));
|