zig package icon
fschuett/zig

wasi

Public
wasmer run fschuett/zig

An experimental compilation of Zig's "stage2" compiler to WASI.

This compiler is not yet feature-complete, and some valid Zig programs do not compile correctly.

This one does, though:

const std = @import("std");
pub fn main() void {
    const stdout = std.io.getStdOut();
    stdout.writeAll("Hello world!") catch unreachable;
}

zig build tool

More packages
Hello World, from Zig
Brian Ketelsen
Brian Ketelsen
Brian Ketelsen
Brian Ketelsen
Building a toy lang in zig
Chris Pecunies
Chris Pecunies
Chris Pecunies
Chris Pecunies
Building a toy lang in zig
Chris Pecunies
Chris Pecunies
Chris Pecunies
Chris Pecunies
(Warning: EXPERIMENTAL) Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
topolarity avatar
topolarity
topolarity avatar
topolarity
Retro action-rpg game written in Zig
Chris Heyes
Chris Heyes
Chris Heyes
Chris Heyes
a cli utility someday, for now mostly just exploring zig + wasm
Chris Pecunies
Chris Pecunies
Chris Pecunies
Chris Pecunies

Making software universally accessible