Implement support for WASM and Deno
This commit is contained in:
parent
cc0d78b9da
commit
3e20d50eeb
21 changed files with 278 additions and 65 deletions
5
.github/workflows/bench.yaml
vendored
5
.github/workflows/bench.yaml
vendored
|
|
@ -24,11 +24,6 @@ jobs:
|
|||
profile: minimal
|
||||
default: true
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.14.0'
|
||||
|
||||
- name: Run prebuild steps
|
||||
shell: bash
|
||||
run: bash ./prebuild.sh
|
||||
|
|
|
|||
Reference in a new issue