swap around some build thingies

This commit is contained in:
John Smith
2022-03-17 19:03:42 -04:00
parent 5298fc3fcf
commit 0d7ba1485d
3 changed files with 10 additions and 14 deletions

View File

@@ -93,7 +93,6 @@ class _MyAppState extends State<MyApp> with UiLoggy {
} on Exception {
veilidVersion = 'Failed to get veilid version.';
}
print("veilidVersionString $veilidVersion");
// In case of hot restart shut down first
try {

View File

@@ -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