wasmtime-cli 44.0.1

Command-line interface for Wasmtime
Documentation
# This file configures which paths automatically get which label on new pull
# requests.
#
# It generally has the syntax:
#
#     <label 0>:
#       - <glob-path 0>
#       - ...
#       - <glob-path n>
#     ...
#     <label n>:
#       - <glob-path 0>
#       - ...
#       - <glob-path n>
#
# See https://github.com/actions/labeler for details.
#
# Note that we keep the labels in alphabetical order below.

"cranelift":
  - "cranelift/**"

"cranelift:area:machinst":
  - "cranelift/codegen/src/machinst/**"

"cranelift:area:aarch64":
  - "cranelift/codegen/src/isa/aarch64/**"

"cranelift:area:x64":
  - "cranelift/codegen/src/isa/x64/**"

"cranelift:docs":
  - "cranelift/docs/**"

"cranelift:meta":
  - "cranelift/codegen/meta/**"

"cranelift:module":
  - "cranelift/faerie/**"
  - "cranelift/module/**"
  - "cranelift/object/**"
  - "cranelift/simplejit/**"

"cranelift:wasm":
  - "cranelift/wasm/**"
  - "cranelift/wasmtests/**"

"fuzzing":
  - "crates/fuzzing/**"
  - "fuzz/**"

"isle":
  - "cranelift/isle/**"
  - "**.isle"
  - "cranelift/codegen/src/isa/*/lower/isle.rs"
  - "cranelift/codegen/src/isa/*/lower/isle/**"
  - "cranelift/codegen/src/opts/*"

"pulley":
  - "pulley/**"

"wasi":
  - "crates/wasi/**"
  - "crates/wasi-common/**"
  - "crates/wiggle/**"

"wasmtime:api":
  - "crates/wasmtime/**"

"wasmtime:c-api":
  - "crates/c-api/**"

"wasmtime:config":
  - "crates/wasmtime/src/config.rs"
  - "crates/wasmtime/src/config/**"

"wasmtime:docs":
  - "*.md"
  - "docs/**"

"wasmtime:ref-types":
  - "crates/cranelift/src/gc.rs"
  - "crates/cranelift/src/gc/**"
  - "crates/wasmtime/src/runtime/gc.rs"
  - "crates/wasmtime/src/runtime/gc/**"
  - "crates/wasmtime/src/runtime/vm/gc.rs"
  - "crates/wasmtime/src/runtime/vm/gc/**"

"winch":
  - "winch/**"
  - "crates/winch/**"

"wizer":
  - "crates/wizer/**"
  - "src/commands/wizer.rs"