Skip to content
Snippets Groups Projects

fix for latest client release

Merged Jake Taylor requested to merge release into master
5 files
+ 31
2
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -11,6 +11,7 @@ const go = new Go();
const binPath = 'xxdk-channelsIndexedDkWorker.wasm'
WebAssembly.instantiateStreaming(fetch(binPath), go.importObject).then((result) => {
go.run(result.instance);
LogLevel(2);
}).catch((err) => {
console.error(err);
});
\ No newline at end of file
Loading