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
8
pkg/argus_wasm.d.ts
vendored
Normal file
8
pkg/argus_wasm.d.ts
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export function parse_str(s: string): WrappedExpr;
|
||||
export class WrappedExpr {
|
||||
private constructor();
|
||||
free(): void;
|
||||
[Symbol.dispose](): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue