Hello. This PR yet again reverts to using ArrayBuffers for passing values. This is in contrast to using BigUint64Arrays as it's quite hard to use signed numbers with them.
I aim to further use ArrayBuffers everywhere, like in initArgument, inArgs, etc...
These issues were surfaced by work I'm doing in regards to #14. When this PR is merged, I'll be able to update the tests PR to finally add tests from libeverything, then we will add marshalling tests.
Hello. This PR yet again reverts to using
ArrayBuffers
for passing values. This is in contrast to usingBigUint64Arrays
as it's quite hard to use signed numbers with them.I aim to further use
ArrayBuffers
everywhere, like ininitArgument
,inArgs
, etc...These issues were surfaced by work I'm doing in regards to #14. When this PR is merged, I'll be able to update the tests PR to finally add tests from
libeverything
, then we will add marshalling tests.