chore: upgrade to Zig 0.16.0-dev (master)#9
chore: upgrade to Zig 0.16.0-dev (master)#9lodekeeper-z wants to merge 5 commits intoChainSafe:mainfrom
Conversation
- Remove usingnamespace (removed in 0.15): c.zig now exports cImport as .c field - All imports updated: @import("c.zig") → @import("c.zig").c - callconv(.C) → callconv(.c) (lowercase) - napi module requires link_libc = true for @cImport - Example disabled (TODO: std.time.Timer/sleep moved to std.Io) 🤖 Generated with AI assistance
|
@lodekeeper-z please refresh this PR based on the latest main branch |
…ersion) 🤖 Generated with AI assistance
…r callbacks) Updates examples to match new wrap() signature from ChainSafe#10 (added ref parameter). 🤖 Generated with AI assistance
|
Refreshed against latest main — merged in #10 (Ref refactor), #8 (raw variant functions), and #5 (safer callbacks). Updated the Note: the |
|
@lodekeeper-z please refresh this PR based on the latest main branch |
🤖 Generated with AI assistance
|
Refreshed — merged latest main (napi→zapi rename, CI workflows, type_tag example). hello_world example is still TODO due to |
1 similar comment
|
Refreshed — merged latest main (napi→zapi rename, CI workflows, type_tag example). hello_world example is still TODO due to |
Upgrade to Zig 0.16.0-dev (master) — part of the lodestar-z Zig master upgrade effort.
Key changes:
std.io→std.Iomigrationstd.Io.Dirmethods now require explicitioparameter🤖 Generated with AI assistance