let's see if i can call my code from typescript...

This commit is contained in:
Joeri Exelmans 2025-11-03 13:46:24 +01:00
parent 859594f779
commit e803876d5f
8 changed files with 215 additions and 3 deletions

9
pkg/argus_wasm_bg.wasm.d.ts vendored Normal file
View file

@ -0,0 +1,9 @@
/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const __wbg_wrappedexpr_free: (a: number, b: number) => void;
export const parse_str: (a: number, b: number) => number;
export const __wbindgen_externrefs: WebAssembly.Table;
export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_start: () => void;