marigold-dev / deku

MIT License
80 stars 16 forks source link

[deku-c-toolkit] Use bigint instead of number #988

Open Gau-thier opened 1 year ago

Gau-thier commented 1 year ago

Problem

Using number in javascript to represent Int from WASM VM can lead to manipulate some infinity values...

Solution

Toolkig v0.1.5

Use bigint in the deku-c-toolkit instead of number

Tests