Skip to content

Commit

Permalink
wasmer: disable for now
Browse files Browse the repository at this point in the history
- remove GOROOT without effect
  • Loading branch information
iwdgo committed Nov 1, 2023
1 parent 966141f commit dc7e421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wasip1_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,15 @@ jobs:
# $HOME/.wasmedge/bin/wasmedge --dir=/ --env PWD="$PWD" --env PATH="$PATH" ./bin/go
- name: Test using wasmer
if: false
run: |
curl https://get.wasmer.io -sSfL | sh
source /home/runner/.wasmer/wasmer.sh
export GOWASIRUNTIME=wasmer
wasmer -V
wasmer -h
# Go config
export GOHOSTOS=wasip1 GOHOSTARCH=wasm GOROOT=/home/runner/work/gotip-build/gotip-build/go
export GOHOSTOS=wasip1 GOHOSTARCH=wasm
# go env
cd ./go
wasmer run --dir=/ --env PWD="$PWD" --env PATH="$PATH" ./bin/go env
Expand Down

0 comments on commit dc7e421

Please sign in to comment.