chiark / gitweb /
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Wink Saville [Mon, 3 Apr 2017 15:15:26 +0000 (08:15 -0700)]
Add tsconfig.base.json
Provides stricter defaults for tsc
Wink Saville [Mon, 3 Apr 2017 15:05:43 +0000 (08:05 -0700)]
Change instantiateFile to use await rather than .then chain
Nidin Vinayakan [Sat, 1 Apr 2017 12:05:58 +0000 (14:05 +0200)]
WASM Error interfaces added
Nidin Vinayakan [Sat, 1 Apr 2017 12:05:10 +0000 (14:05 +0200)]
Merge pull request #1 from winksaville/tweaks
WIP: Initial tweaks to get running
Wink Saville [Sat, 1 Apr 2017 06:32:37 +0000 (23:32 -0700)]
This now compiles and runs if node v8.0.0 is used.
Node v8.0.0 is not yet released and must be downloaded or compiled
from source. My testing was with node tip of tree master at
Wink Saville [Fri, 31 Mar 2017 16:45:04 +0000 (09:45 -0700)]
WIP: Initial tweaks to get running
Nidin Vinayakan [Fri, 31 Mar 2017 15:24:28 +0000 (17:24 +0200)]
WebAssembly declaration file for TypeScript and a dummy test.
Nidin Vinayakan [Fri, 31 Mar 2017 13:54:27 +0000 (15:54 +0200)]
Initial commit