mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
stage1: Update zig1.wasm.
Signed-off-by: Alex Rønne Petersen <alex@alexrp.com>
This commit is contained in:
parent
2b57f6b717
commit
c85534a5c6
@ -223,6 +223,12 @@
|
||||
#define zig_restrict
|
||||
#endif
|
||||
|
||||
#if zig_has_attribute(no_builtin)
|
||||
#define zig_no_builtin __attribute__((no_builtin))
|
||||
#else
|
||||
#define zig_no_builtin
|
||||
#endif
|
||||
|
||||
#if zig_has_attribute(aligned) || defined(zig_tinyc)
|
||||
#define zig_under_align(alignment) __attribute__((aligned(alignment)))
|
||||
#elif defined(zig_msvc)
|
||||
|
||||
BIN
stage1/zig1.wasm
BIN
stage1/zig1.wasm
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user