updates to tinygo 0.23 (#522)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
2
.github/workflows/examples.yaml
vendored
2
.github/workflows/examples.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install latest TinyGo
|
||||
run: | # installing via curl so commands are similar on OS/x
|
||||
tinygo_version=0.22.0
|
||||
tinygo_version=0.23.0
|
||||
curl -sSL https://github.com/tinygo-org/tinygo/releases/download/v${tinygo_version}/tinygo${tinygo_version}.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf -
|
||||
echo "TINYGOROOT=/usr/local/tinygo" >> $GITHUB_ENV
|
||||
echo "/usr/local/tinygo/bin" >> $GITHUB_PATH
|
||||
|
||||
BIN
examples/allocation/tinygo/testdata/greet.wasm
vendored
BIN
examples/allocation/tinygo/testdata/greet.wasm
vendored
Binary file not shown.
BIN
examples/wasi/testdata/cat.wasm
vendored
BIN
examples/wasi/testdata/cat.wasm
vendored
Binary file not shown.
BIN
internal/integration_test/bench/testdata/case.wasm
vendored
BIN
internal/integration_test/bench/testdata/case.wasm
vendored
Binary file not shown.
Reference in New Issue
Block a user