feat: add tplprev wasm

This commit is contained in:
nils måsén 2023-10-02 11:37:30 +02:00
parent 9b28fbc24d
commit 16883d21c0
11 changed files with 1348 additions and 19 deletions

View file

@ -17,6 +17,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18.x
- name: Build tplprev
run: |
GOARCH=wasm GOOS=js go build -o ./docs/assets/tplprev.wasm ./tplprev
- name: Setup python
uses: actions/setup-python@v4
with: