ttulka / as-big

AssemblyScript library for arbitrary-precision decimal arithmetic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this supposed to work in Node.js?

gajus opened this issue · comments

...and would there be any benefits to using it that way.

Currently getting Error: Cannot find module 'as-big' error.

Could you be more specific about what are you doing?

It is currently working in Node, for instance, the test are running in Node:

npm i
npm run asbuild

node tests

But this is an AssemblyScript library, the point is to create WebAssembly modules.