We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9075378 + 5a663cd commit 9bcec7bCopy full SHA for 9bcec7b
templates/http-go/content/spin.toml
@@ -14,5 +14,5 @@ component = "{{project-name | kebab_case}}"
14
source = "main.wasm"
15
allowed_outbound_hosts = []
16
[component.{{project-name | kebab_case}}.build]
17
-command = "tinygo build -target=wasip1 -gc=leaking -buildmode=c-shared -no-debug -o main.wasm ."
+command = "tinygo build -target=wasip1 -buildmode=c-shared -no-debug -o main.wasm ."
18
watch = ["**/*.go", "go.mod"]
0 commit comments