mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- Update device_capability_probe.py to add BATCH and WASM tiers and fix a NameError bug on has_virtio_net. - Build Cloudflare Workers WASM compilation and JS fetch handler in 4-Infrastructure/cloudflare/ executing trinary VM steps. - Create GitHub Actions batch_compute.yml workflow to harvest runner minutes. - Keep 4-Infrastructure/AGENTS.md updated with the WASM core library anchor. Build: 3313 jobs, 0 errors (lake build)
7 lines
138 B
TOML
7 lines
138 B
TOML
name = "wasm-compute-edge"
|
|
main = "src/index.js"
|
|
compatibility_date = "2026-05-30"
|
|
|
|
[[rules]]
|
|
globs = ["**/*.wasm"]
|
|
type = "CompiledWasm"
|