rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

Add lld and wasi-libc for building C to WASI #137

Closed jeffcharles closed 1 year ago

jeffcharles commented 1 year ago

Building a WASI module from C source code requires a WASI libc implementation provided by the wasi-libc package and the wasm-ld linker provided by the lld package.