2026-03-24 13:40:45 +00:00

1.5 KiB

Runtime PR Series for VM-owned Builtins and Intrinsics

This directory contains proposed pull requests for implementing VM-owned builtin types and intrinsic execution in the runtime.

The series is designed so that the frontend model described in:

can lower cleanly into the runtime without reusing the host syscall pipeline.

Recommended order:

  1. PR-001 Runtime Builtin Registry and Intrinsic Metadata
  2. PR-002 Runtime INTRINSIC Opcode, Verification, and Dispatch
  3. PR-003 Runtime First Builtins: Color, Vec2, Pixel