Closed dynamite-bud closed 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.
Fixes dependency problems with
libc
.Closes #15