Spotify Link-Through & Navidrome Logo Overlay #15
@@ -10,7 +10,7 @@ test:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
ifdef TINYGO
|
ifdef TINYGO
|
||||||
tinygo build -opt=2 -scheduler=none -no-debug -o $(WASM_FILE) -target wasi -buildmode=c-shared .
|
tinygo build -opt=2 -scheduler=none -no-debug -o $(WASM_FILE) -target wasip1 -buildmode=c-shared .
|
||||||
else
|
else
|
||||||
GOOS=wasip1 GOARCH=wasm go build -buildmode=c-shared -o $(WASM_FILE) .
|
GOOS=wasip1 GOARCH=wasm go build -buildmode=c-shared -o $(WASM_FILE) .
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user