Skip to content

Commit c273db9

Browse files
authored
Merge pull request #57 from torch2424/mitigate-as-bind-typings
Mitigate as bind typings
2 parents 107707e + e23db93 commit c273db9

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

lib/as-bind.d.ts

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
import { instantiate, instantiateSync } from "@assemblyscript/loader";
2-
3-
export interface AsBind {
4-
// General asbind versionn
5-
version: number;
6-
7-
// Our APIs
8-
instantiate: typeof instantiate;
9-
10-
instantiateSync: typeof instantiateSync;
11-
}
12-
13-
export type AsBindLib = AsBind;
1+
// We plan to port AsBind to TypeScript: https://github.com/torch2424/as-bind/issues/56
2+
export var AsBind: any;

0 commit comments

Comments
 (0)