chiark / gitweb /
Convert everything to classes.
authorWink Saville <wink@saville.com>
Sat, 1 Apr 2017 17:37:48 +0000 (10:37 -0700)
committerWink Saville <wink@saville.com>
Sat, 1 Apr 2017 17:37:48 +0000 (10:37 -0700)
commitf2d788fb747e9b6083da68c7b90044c2721ec0bc
treeabdd7439d10ec33c4c97bb3e60c4becf10250e39
parentcd591d20513f1b4b9015c4281fb4f11cf7c9f3e1
Convert everything to classes.

Still getting the same error:
```
$ yarn test
yarn test v0.21.3
$ tsc -p test/tsconfig.json
test/wasm.ts(136,3): error TS2322: Type 'ResultObject' is not assignable to type 'Instance'.
  Property 'exports' is missing in type 'ResultObject'.
error Command failed with exit code 2.
```
webassembly.d.ts