Improved harvester source detection.
This commit is contained in:
22
dist/app_loader.js
vendored
22
dist/app_loader.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/app_module.wasm
vendored
BIN
dist/app_module.wasm
vendored
Binary file not shown.
22
dist/douwco_hivemind_loader.js
vendored
Normal file
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
BIN
dist/douwco_hivemind_module.wasm
vendored
Normal file
Binary file not shown.
2
dist/main.js
vendored
2
dist/main.js
vendored
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user