mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-21 23:06:08 -04:00
swap around some build thingies
This commit is contained in:
parent
5298fc3fcf
commit
0d7ba1485d
3 changed files with 10 additions and 14 deletions
|
@ -36,12 +36,9 @@
|
|||
<body>
|
||||
|
||||
<!-- Load WASM modules -->
|
||||
|
||||
xxx figure out how to switch to debug, maybe do this from dart land
|
||||
|
||||
<script type="module">
|
||||
import * as veilid_wasm_module from './wasm/veilid_wasm.js';
|
||||
async function run() {
|
||||
import * as veilid_wasm_module from './wasm/veilid_wasm.js';
|
||||
// save the wasm exports
|
||||
window.veilid_wasm = veilid_wasm_module;
|
||||
// init the js module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue