File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/collections/codepointtrie_builder/cpp Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ wasm_obj/icu4c/%.o: $(ICU4C_SOURCE)/%.cpp
30
30
wasm_obj/ucptrie_wrap.o : ucptrie_wrap.cpp
31
31
mkdir -p wasm_obj
32
32
$(CXX ) --target=wasm32-unknown-wasi \
33
- -I/usr/include/wasm32-wasi \
33
+ -I/usr/include/wasm32-wasip1 \
34
34
--compile \
35
35
-flto \
36
36
-I$(ICU4C_SOURCE ) /common \
Original file line number Diff line number Diff line change 5
5
import (" //tutorials/gn/build/rust_toolchain.gni" )
6
6
7
7
rust_toolchain (" rust_wasi" ) {
8
- rust_target = " wasm32-wasi "
8
+ rust_target = " wasm32-wasip1 "
9
9
}
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ assert ${third_party_tools} "The GN third-party tools are not installed.\n*** Pl
161
161
162
162
cd tutorials/gn
163
163
164
- exec --fail-on-error rustup target add wasm32-wasi --toolchain ${PINNED_CI_NIGHTLY}
164
+ exec --fail-on-error rustup target add wasm32-wasip1 --toolchain ${PINNED_CI_NIGHTLY}
165
165
166
166
exec --fail-on-error ./third_party_tools/bin/gn gen --root=../.. --args=target_os="wasi" out/wasi
167
167
exec --fail-on-error rustup run ${PINNED_CI_NIGHTLY} ./third_party_tools/depot_tools/ninja -C out/wasi
You can’t perform that action at this time.
0 commit comments