はじめに Zigでは、zig c サブコマンドを介してC のソースコードをコンパイルすることができる。 これは内部でclangがキックされるラッパーとなっている。 zig c で特にオプションを指定しない場合、LLVMのlibc がC ランタイムとして選択されて...
WASI 0.3 is official, and async is now native to WebAssembly Components. The WASI Subgroup voted to ratify WASI 0.3.0, rebasing WASI onto the WebAssembly Component Model’s async primitives. The 0.3.0...
Thanks!
progress towards #25312 (I amended the proposal to include more cases) Upgrade Guide fn foo() *i32 { var x: i32 = 1234; return &x; } test.zig:3:13: error: returning address of expir...
const std = @import("std"); fn foo() []const i32 { var x: [16]i32 = undefined; x[0] = 1; return x[0..1]; } pub fn main() void { std.debug.print("{any}", .{foo()}); }
Related: #25313 #23528 This proposal specifically relates to ast-check errors (found with zig ast-check or zig fmt --ast-check). The behavior test case in #25287 demonstrates how returning an expir...
Rustで変数を終了ステータスとして利用する実行バイナリを生成できる小さなリンカーをゼロから実装して、リンカーの動作原理を理解する本です。
fukuoka.ts #4 https://fukuoka-ts.connpass.com/event/387858/
Fork of GTK, for Great GUI. Contribute to discere-os/gtk.wasm development by creating an account on GitHub.