Add wasm32-wasi to CI workflow

This commit is contained in:
Isaac Clayton 2022-07-11 18:29:27 +02:00
parent 38f8191ce8
commit 41918101ed
3 changed files with 16 additions and 1 deletions

View file

@ -6,6 +6,7 @@ export ZED_BUNDLE=true
echo "Installing cargo bundle"
cargo install cargo-bundle --version 0.5.0
rustup target add wasm32-wasi
# Deal with versions of macOS that don't include libstdc++ headers
export CXXFLAGS="-stdlib=libc++"