Skip to content

Commit b997e6f

Browse files
authored
wasm32-wasi to wasm32-wasip1 (#1716)
1 parent fab3ebb commit b997e6f

File tree

11 files changed

+4553
-8
lines changed

11 files changed

+4553
-8
lines changed

.github/workflows/build-and-push-wasm-plugin-image.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ jobs:
133133
command="
134134
set -e
135135
cd /workspace/plugins/wasm-rust/extensions/${PLUGIN_NAME}
136-
cargo build --target wasm32-wasi --release
137-
cp target/wasm32-wasi/release/*.wasm plugin.wasm
136+
cargo build --target wasm32-wasip1 --release
137+
cp target/wasm32-wasip1/release/*.wasm plugin.wasm
138138
tar czvf plugin.tar.gz plugin.wasm
139139
echo ${{ secrets.REGISTRY_PASSWORD }} | oras login -u ${{ secrets.REGISTRY_USERNAME }} --password-stdin ${{ env.IMAGE_REGISTRY_SERVICE }}
140140
oras push ${target_image} ${push_command}

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ target/
1717
tools/hack/cluster.conf
1818
envoy/1.20
1919
istio/1.12
20-
Cargo.lock

0 commit comments

Comments
 (0)