chiark / gitweb /
Added type info to last .then
authorWink Saville <wink@saville.com>
Sun, 2 Apr 2017 00:30:10 +0000 (17:30 -0700)
committerWink Saville <wink@saville.com>
Sun, 2 Apr 2017 00:30:10 +0000 (17:30 -0700)
commit773784a63953ee9eef8d181268c61f2155dbecd6
tree98432067d5d76d3371dd51b1b110bccfc31546c1
parent1e792f39d2c009445ae7ce8eb6efbcebe8959f9d
Added type info to last .then

Doing this will disambiguate the invocation is WebAssembly.instantiate(mod)
and looks cleaner than having to type each of the "promise.then's"
as I'd done previously.
test/wasm.js
test/wasm.js.map
test/wasm.ts