Skip to content

Feat(vm): Modularize VM, add IT, sets, slicing and extended unpack. #152

Feat(vm): Modularize VM, add IT, sets, slicing and extended unpack.

Feat(vm): Modularize VM, add IT, sets, slicing and extended unpack. #152

Workflow file for this run

name: pipeline
on:
push:
branches: [ main ]
tags: [ "v*" ]
pull_request:
branches: [ main ]
jobs:
native:
uses: ./.github/workflows/native.yml
secrets: inherit
wasm:
uses: ./.github/workflows/wasm.yml
secrets: inherit