[bindings] Build a wasm32-wasi library in genbindings.sh
authorMatt Corallo <git@bluematt.me>
Sat, 9 Jan 2021 02:55:47 +0000 (21:55 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 1 Mar 2021 23:07:29 +0000 (18:07 -0500)
This will switch to use the clang/C WASM ABI instead of the
wasm_bindgen WASM ABI as of rustc 1.51 (or nightly since [1]),
allowing us to link C and Rust code in a single wasm binary.

[1] https://github.com/rust-lang/rust/pull/79998


No differences found