Improved harvester source detection.

This commit is contained in:
douwe
2025-08-21 21:01:00 +02:00
parent 1e9e696b1e
commit 1ede4cce47
10 changed files with 157 additions and 119 deletions

22
dist/app_loader.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/app_module.wasm vendored

Binary file not shown.

22
dist/douwco_hivemind_loader.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/douwco_hivemind_module.wasm vendored Normal file

Binary file not shown.

2
dist/main.js vendored
View File

@@ -3,7 +3,7 @@
const wasm_loader = require('wasm_loader')
var mod;
wasm_loader('app_loader', 'app_module').then((instance) => {
wasm_loader('douwco_hivemind_loader', 'douwco_hivemind_module').then((instance) => {
console.log("WASM module loaded.");
mod = instance;
});