File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ rustup target add aarch64-apple-ios-sim # iOS Simulator (M1)
3535rustup target add aarch64-apple-ios # iOS Device
3636rustup target add aarch64-apple-darwin # macOS ARM/M1
3737rustup target add x86_64-apple-darwin # macOS Intel/x86
38- rustup target add wasm32-wasi # WebAssembly
38+ rustup target add wasm32-wasip1 # WebAssembly
3939
4040cargo_build=" cargo build --manifest-path $RUST_FOLDER /Cargo.toml --features cli"
4141cargo_build_nightly=" cargo +${RUST_NIGHTLY} build --manifest-path $RUST_FOLDER /Cargo.toml --features cli"
@@ -94,8 +94,8 @@ $cargo_build_nightly -Z build-std --target aarch64-apple-ios-macabi --locked --r
9494echo " ▸ Building for x86_64-apple-ios-macabi"
9595$cargo_build_nightly -Z build-std --target x86_64-apple-ios-macabi --locked --release
9696
97- echo " ▸ Building for wasm32-wasi "
98- $cargo_build --target wasm32-wasi --locked --release
97+ echo " ▸ Building for wasm32-wasip1 "
98+ $cargo_build --target wasm32-wasip1 --locked --release
9999
100100# echo "▸ Consolidating the headers and modulemaps for XCFramework generation"
101101# copies the generated header from AutomergeUniffi/automergeFFI.h to
You can’t perform that action at this time.
0 commit comments