mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-28 00:12:15 +00:00
232 B
232 B
i64 polyfill
An AssemblyScript example.
Instructions
To build assembly/i64.ts
to i64.wasm
, run:
$> npm run build
Afterwards, require
the node module as usual (entry point is index.js
).