chung-leong / zigar

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

WASM file size has become much larger than necessary #431

Closed chung-leong closed 3 months ago

chung-leong commented 3 months 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 3 months ago

Code is failing multiple integration tests.