Files
attune/packs/core/runtimes/native.yaml

26 lines
422 B
YAML

ref: core.native
pack_ref: core
name: Native
description: Native compiled runtime (Rust, Go, C, etc.) - always available
distributions:
verification:
always_available: true
check_required: false
languages:
- rust
- go
- c
- c++
installation:
build_required: false
system_native: true
execution_config:
interpreter:
binary: "/bin/sh"
args:
- "-c"
file_extension: null