1// These constants are actually only defined by us in posix-wasm.h, since they 2// aren't part of WASI at all. 3 4pub const constants = .{ .c_import = @cImport(@cInclude("posix-wasm.h")), .names = [_][:0]const u8{ "WNOHANG", "WUNTRACED" } }; 5 6