let's see if i can call my code from typescript...
This commit is contained in:
parent
859594f779
commit
e803876d5f
8 changed files with 215 additions and 3 deletions
5
pkg/argus_wasm.js
Normal file
5
pkg/argus_wasm.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import * as wasm from "./argus_wasm_bg.wasm";
|
||||
export * from "./argus_wasm_bg.js";
|
||||
import { __wbg_set_wasm } from "./argus_wasm_bg.js";
|
||||
__wbg_set_wasm(wasm);
|
||||
wasm.__wbindgen_start();
|
||||
Loading…
Add table
Add a link
Reference in a new issue