Public dry run dryrun-8bfdd8cef231

Source commit: 8bfdd8cef23135fc1d8c9f3d74c54444b500cca8

Public tree identity: sha256:d501c4af6dfe7b1b52000bc1f5c256e001440f81f3c1e00e3615a8a84da21693
This commit is contained in:
Disasmer release dry run 2026-07-01 15:35:27 +02:00
commit 8b11b88146
109 changed files with 34600 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Launch Build Demo
This demo is the MVP build workflow expressed as Rust source code. It uses `env!("linux")`, recognizes `env!("windows")` when a Windows development node is attached, spawns debugger-visible virtual tasks, and returns artifact/source handles instead of moving large bytes through task arguments.
The Linux environment is defined by `envs/linux/Containerfile`. The Windows environment is a user-attached development contract and does not claim secure managed Windows sandboxing.
Inspect the bundle metadata:
```bash
disasmer bundle inspect --project examples/launch-build-demo
```