Skip to content
Snippets Groups Projects

fix for latest client release

Merged Jake Taylor requested to merge release into master
6 files
+ 45
4
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -8,7 +8,7 @@
importScripts('wasm_exec.js');
const go = new Go();
const binPath = 'channelsIndexedDkWorker.wasm'
const binPath = 'xxdk-channelsIndexedDkWorker.wasm'
WebAssembly.instantiateStreaming(fetch(binPath), go.importObject).then((result) => {
go.run(result.instance);
}).catch((err) => {
Loading