Skip to content

Commit cc2c351

Browse files
committed
chore: update build target to wasm32-wasip1
1 parent 6ff96e7 commit cc2c351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"example:cli": "RUST_BACKTRACE=1 swc ./tests/fixtures/MemberExpression/input.mts",
4040
"build": "npm run build:release && npm run build:cp",
4141
"build:cp": "cp ./target/wasm32-wasi/release/swc_plugin_unassert.wasm ./swc_plugin_unassert.wasm",
42-
"build:release": "cargo build-wasi --release",
42+
"build:release": "cargo build --target=wasm32-wasip1 --release",
4343
"version": "cargo-set-version set-version $(cat ./package.json | jq -r '.version') && git add ./Cargo.toml && git add ./Cargo.lock",
4444
"prepack": "npm run build"
4545
},

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy