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.
1 parent ab6ace1 commit ebbf104Copy full SHA for ebbf104
Makefile
@@ -2,7 +2,7 @@ ENABLE_WASM_OPT ?= true
2
3
.PHONY: build
4
build:
5
- tinygo build -target=wasi -gc=leaking -o redirect.wasm ./
+ tinygo build -target=wasip1 -gc=leaking -buildmode=c-shared -no-debug -o redirect.wasm ./
6
ifeq ($(ENABLE_WASM_OPT),true)
7
wasm-opt -Os -o redirect.wasm redirect.wasm
8
endif
0 commit comments