Files
sablier/plugins/proxywasm/Makefile
Alexis Couvreur acfd612bc0 ci: fix pipelines (#418)
* ci: fix pipelines

* fix(proxywasm): bump to go 1.23 and tinygo 0.33

* ci: move to sablierapp/sablier

* ci: replace sablierapp/whoami with acouvreur/whoami

This will use mimic later

* fix wrong whoami image

* update nginx docker image for proxywasm
2024-10-23 18:13:56 -07:00

6 lines
155 B
Makefile

build:
go generate
tinygo build -o sablierproxywasm.wasm -scheduler=none -target=wasi ./
docker:
docker build -t sablierapp/sablier-proxy-wasm:latest .