Set the C target to wasm32-wasi rather than wasm32
authorMatt Corallo <git@bluematt.me>
Sat, 24 Dec 2022 18:14:37 +0000 (18:14 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 3 Jan 2023 22:41:59 +0000 (22:41 +0000)
commit9e987fe5ab25056efb317eaa2dd1f320ecc7161f
tree008439d4c38c1447d4022a96c98354ad4c7c4ff7
parent92fc0add4ab1c5729504a1895981d532b81a495e
Set the C target to wasm32-wasi rather than wasm32

We need at least a partial C stdlib anyway, so there's no real
difference going ahead and linking wasm32-wasi on the C side vs
only on the Rust side. This fixes compilation on Debian testing
with OS packages installed.
genbindings.sh