authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-12 15:50:57-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-12 15:50:57-07:00
log47d5bf26164b4ddb3228d17ae2158d1c29b8d040
treea9224a9d47bfda3873284718515cccda78ec32ba
parent299e86598d554d753efb7d5f1fa093a0d4e81519

update zig1.wasm

Needed due to the breaking changes to `@splat` which are used by the self-hosted compiler. This update also includes the improvement that allows casting builtins to infer the result type through optionals and error unions.

2 files changed, 0 insertions(+), 6 deletions(-)

stage1/zig.h-6
...@@ -3178,12 +3178,6 @@ zig_bitCast_float(f64, uint64_t)...@@ -3178,12 +3178,6 @@ zig_bitCast_float(f64, uint64_t)
3178zig_bitCast_float(f80, zig_u128)3178zig_bitCast_float(f80, zig_u128)
3179zig_bitCast_float(f128, zig_u128)3179zig_bitCast_float(f128, zig_u128)
31803180
3181#define zig_cast_f16
3182#define zig_cast_f32
3183#define zig_cast_f64
3184#define zig_cast_f80
3185#define zig_cast_f128
3186
3187#define zig_convert_builtin(ExternResType, ResType, operation, ExternArgType, ArgType, version) \3181#define zig_convert_builtin(ExternResType, ResType, operation, ExternArgType, ArgType, version) \
3188 zig_extern ExternResType zig_expand_concat(zig_expand_concat(zig_expand_concat(__##operation, \3182 zig_extern ExternResType zig_expand_concat(zig_expand_concat(zig_expand_concat(__##operation, \
3189 zig_compiler_rt_abbrev_##ArgType), zig_compiler_rt_abbrev_##ResType), version)(ExternArgType); \3183 zig_compiler_rt_abbrev_##ArgType), zig_compiler_rt_abbrev_##ResType), version)(ExternArgType); \
stage1/zig1.wasm
Binary files a/stage1/zig1.wasm and b/stage1/zig1.wasm differ