~ioiojo

~ioiojo/misc

Last active 4 months ago

~ioiojo/meka

Last active 6 months ago

~ioiojo/star

Last active 9 months ago

~ioiojo/kiwi

Last active 2 years ago
View more

Recent activity

Request for zig-bare examples 3 months ago

From Andy Weidenbaum to ~alva/zig-bare

I’m working on a fairly basic example of zig-bare in action [1]. It’s
been really hard to get cross-language interop working. Frankly I’m
stumped.




Do you have any more substantial examples of zig-bare that you wouldn’t
mind sharing?


[1]: https://git.sr.ht/~ioiojo/export-anytype/tree/master/item/serialization/bare

[PATCH] fix running tests for recent zig compiler 3 months ago

From Andy Weidenbaum to ~alva/zig-bare

https://github.com/ziglang/zig/commit/406706fe6b5e969028a7c70247ebd1cb2b93102d
---
 build.zig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.zig b/build.zig
index 85f50a6..926d158 100644
--- a/build.zig
@@ -30,6 +30,7 @@ pub fn build(b: *Builder) !void {

    bench_run_step.dependOn(&bench_run_cmd.step);

    const run_tests = b.addRunArtifact(@"test");
[message trimmed]