Skip to content

Zig implementation#2

Open
Didas-git wants to merge 30 commits into
mainfrom
feature/zig
Open

Zig implementation#2
Didas-git wants to merge 30 commits into
mainfrom
feature/zig

Conversation

@Didas-git
Copy link
Copy Markdown
Member

@Didas-git Didas-git commented Mar 4, 2026

Zig implementation working on 0.16.x

There are some data types that are not yet implemented (and porbably wont be implemneted in js for now as well) so they are properly marked on the readme

@Didas-git Didas-git requested a review from brianferri March 4, 2026 06:46
@Didas-git Didas-git added enhancement New feature or request new New features labels Mar 4, 2026
@Didas-git Didas-git added the urgent This is an urgent issue label Mar 4, 2026
@Didas-git Didas-git self-assigned this Mar 4, 2026
Copy link
Copy Markdown
Member

@brianferri brianferri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also update the related tests. All tests ran by zig build test should pass before merging

Comment thread README.md Outdated
Comment thread zig/src/serializer.zig
},
.@"struct" => |struct_info| {
// Packed structs are encoded as their backing integer and treated as bitfields
// TODO: Maybe it could be a good idea to have a Meta type to indicate bitfields
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be worth opening an issue to track this proposal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request new New features urgent This is an urgent issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants