wasmerio / winterjs

Winter is coming... ❄️
https://winterjs.org/
MIT License
3.04k stars 53 forks source link

Dependency fix for `libc` #16

Closed dynamite-bud closed 1 year ago

dynamite-bud commented 1 year ago

Fixes dependency problems with libc.

Closes #15

Arshia001 commented 1 year ago

@dynamite-bud @syrusakbary this PR may break the build script. cargo-wasix uses optimization level O2 by default, which results (or used to result) in a Code too large error when running the resulting WASM module with wasmer.