8000 Merge branch 'master' into yiying/gc_aot · WasmEdge/WasmEdge@c7ab351 · GitHub
[go: up one dir, main page]

Skip to content

[AOT] WASM GC proposal for AOT/JIT #6039

[AOT] WASM GC proposal for AOT/JIT

[AOT] WASM GC proposal for AOT/JIT #6039

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- closed
permissions:
contents: read
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
sync-labels: true
0