Refactor number and string utils out of builtins, fixes #608

This commit is contained in:
dcode
2019-06-06 16:19:10 +02:00
parent 0484a6b740
commit 4680b530fb
23 changed files with 988 additions and 979 deletions

View File

@ -1,5 +1,4 @@
@assemblyscript/i64
===================
# ![AS](https://avatars1.githubusercontent.com/u/28916798?s=48) i64
Exposes WebAssembly's i64 operations to JavaScript using 32-bit integers (low and high bits).