2017-12-14 16:50:59 +01:00
..
2017-12-14 12:30:58 +01:00
2017-12-14 12:30:58 +01:00
2017-12-14 16:50:59 +01:00
2017-12-14 16:50:59 +01:00

i64 polyfill

An AssemblyScript example. Exposes i64 operations to JS using 32-bit integers (low and high bits).

Instructions

To build assembly/i64.ts to an untouched and an optimized .wasm including their respective .wast representations, run:

$> npm run build

Afterwards, require the node module as usual (CommonJS entry point is index.js).