Add GitHub Actions workflows for build, release, and PR download link
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user