Add GitHub Actions workflows for build, release, and PR download link

This commit is contained in:
deluan
2026-02-03 10:25:48 -05:00
parent fc53feccbe
commit 38391cd178
4 changed files with 118 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ test:
go test -race ./...
build:
tinygo build -target wasip1 -buildmode=c-shared -o $(WASM_FILE) -scheduler=none .
tinygo build -opt=2 -scheduler=none -no-debug -o $(WASM_FILE) -target wasi -buildmode=c-shared .
package: build
zip $(PLUGIN_NAME).ndp $(WASM_FILE) manifest.json