mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 14:12:13 +00: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));
|