Fix(vm): Propagate all outer-scope slots into call frames, not only f… #207
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |