mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
remove simd from target-features
This commit is contained in:
parent
9aa294ce70
commit
434e9e72ea
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ mkdir out/ || true
|
|||
rm -r pkg/ || true
|
||||
mkdir pkg/
|
||||
|
||||
RUSTFLAGS='-C target-feature=+atomics,+bulk-memory,+simd128' cargo build --target wasm32-unknown-unknown -Z build-std=panic_abort,std --release "$@"
|
||||
RUSTFLAGS='-C target-feature=+atomics,+bulk-memory' cargo build --target wasm32-unknown-unknown -Z build-std=panic_abort,std --release "$@"
|
||||
echo "[epx] cargo finished"
|
||||
wasm-bindgen --weak-refs --target no-modules --no-modules-global epoxy --out-dir out/ ../target/wasm32-unknown-unknown/release/epoxy_client.wasm
|
||||
echo "[epx] wasm-bindgen finished"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue