chung-leong / zigar

Enable the use of Zig code in JavaScript project
https://chung-leong.github.io/zigar/
MIT License
177 stars 2 forks source link

WASM file size has become much larger than necessary #431

Closed chung-leong closed 1 month ago

chung-leong commented 1 month ago

There's a lot of zeroes inside the file. I think it's due to the buffer used for the fallback allocator.

chung-leong commented 1 month ago

Code is failing multiple integration tests.