Commit 933ffb5
fix(cloud-mcp): add CloudflareResource + VercelResource enums to Zig FFI (standards#150) (#125)
Class C ABI gap. `CloudflareResource` (7 variants) + `VercelResource` (5
variants) were Idris2-only.
Multi-cap Idris2 names follow the current iseriser converter output
(e.g. `CfKVNamespace → cf_kvnamespace`); when iseriser#18 (multi-cap
normaliser) lands these may be canonicalised. Noted inline.
`iseriser abi-verify` → exit 0 (4 enums, 6 transitions); `zig build
test` → 28/28 green.
Closes hyperpolymath/standards#150
Refs hyperpolymath/standards#92, #89, hyperpolymath/iseriser#18
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d2612bb commit 933ffb5
1 file changed
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
34 | 62 | | |
35 | 63 | | |
36 | 64 | | |
| |||
0 commit comments