File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
actions/spin-ci-dependencies Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ inputs:
6868 type : bool
6969 tinygo-version :
7070 description : ' tinygo version to setup'
71- default : ' v0.27 .0'
71+ default : ' v0.35 .0'
7272 required : false
7373 type : string
7474
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 go-version : ' 1.20.1'
204204 - uses : acifani/setup-tinygo@v2
205205 with :
206- tinygo-version : ' 0.27 .0'
206+ tinygo-version : ' 0.35 .0'
207207 - uses : actions/setup-node@v3
208208 with :
209209 node-version : ' 20.x'
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ component = "{{project-name | kebab_case}}"
1414source = " main.wasm"
1515allowed_outbound_hosts = []
1616[component .{{project-name | kebab_case}} .build ]
17- command = " tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go "
17+ command = " tinygo build -target=wasip1 -gc=leaking -scheduler=none -buildmode=c-shared - no-debug -o main.wasm . "
1818watch = [" **/*.go" , " go.mod" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ component = "{{project-name | kebab_case}}"
66source = "{{ output-path }}/main.wasm"
77allowed_outbound_hosts = []
88[component.{{project-name | kebab_case}}.build]
9- command = "tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go "
9+ command = "tinygo build -target=wasip1 -gc=leaking -scheduler=none -buildmode=c-shared - no-debug -o main.wasm . "
1010workdir = "{{ output-path }}"
1111watch = ["**/*.go", "go.mod"]
You can’t perform that action at this time.
0 commit comments