Skip to content

Commit

Permalink
Ran latest codegen and removed codegen steps from ci/cd.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy committed Oct 31, 2022
1 parent 4fe6dfe commit 3309616
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ jobs:
cp binaryen-version_110/bin/wasm-opt /usr/local/bin
rm -Rf binaryen-version_110
- name: Install tinyjson
run: go install github.com/CosmWasm/tinyjson/...@latest

- name: Install Apex CLI
run: |
wget -q https://apexlang.io/install.sh -O - | /bin/bash
apex install @wapc/codegen
- name: Apex code generation
run: apex generate

- name: Build WebAssembly parser
run: |
tinygo build -o apex-parser.wasm -scheduler=none -target=wasi -wasm-abi=generic -no-debug cmd/apex-api/main.go
Expand Down
12 changes: 6 additions & 6 deletions model/msgpack.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions model/wapc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3309616

Please sign in to comment.