Skip to content

Commit c8f8112

Browse files
jco build script now uses the wasm32-wasip1 target instead of wasm32-wasi.
1 parent 4ac4b62 commit c8f8112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
chmod +x ./build-exec
135135
# wait for docker exec to be ready
136136
timeout 10 bash -c 'until ./build-exec bundle config set --local without check; do sleep 1; done'
137-
- run: ./build-exec rustup target add wasm32-wasi # For jco build
137+
- run: ./build-exec rustup target add wasm32-wasip1 # For jco build
138138
- run: ./build-exec ./bin/setup
139139
- run: ./build-exec bundle exec rake compile
140140
- name: Pre-release configuration

0 commit comments

Comments
 (0)