mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
client-sdk/wasm: binary rename to ark-sdk.wasm (#241)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<script src="wasm_exec.js"></script>
|
||||
<script>
|
||||
const go = new Go();
|
||||
WebAssembly.instantiateStreaming(fetch("main.wasm"), go.importObject).then((result) => {
|
||||
WebAssembly.instantiateStreaming(fetch("ark-sdk.wasm"), go.importObject).then((result) => {
|
||||
go.run(result.instance);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user