update zig1.wasm
Notable changes in this update:127198e58cfixes building zig2 artifact on macOS Sonoma 14.0 (more specifically the SDK 14.0 linker).a8d2ed8065fixed some alignment edge cases which is needed to do the store_hash=false change in the compiler source code.df5f0517b3preserves result type information through the address-of operator.
This commit is contained in:
@@ -190,10 +190,13 @@ typedef char bool;
|
||||
|
||||
#if zig_has_attribute(weak) || defined(zig_gnuc)
|
||||
#define zig_weak_linkage __attribute__((weak))
|
||||
#define zig_weak_linkage_fn __attribute__((weak))
|
||||
#elif _MSC_VER
|
||||
#define zig_weak_linkage __declspec(selectany)
|
||||
#define zig_weak_linkage_fn
|
||||
#else
|
||||
#define zig_weak_linkage zig_weak_linkage_unavailable
|
||||
#define zig_weak_linkage_fn zig_weak_linkage_unavailable
|
||||
#endif
|
||||
|
||||
#if zig_has_builtin(trap)
|
||||
|
||||
Reference in New Issue
Block a user