| author | |
| committer | |
| log | db8ed730e7500812f1f40729e2ead081107546ce |
| tree | 49f22a17a2b6362c2f390b9defcb7e0e20be6261 |
| parent | ebf782e9444fc97eaecc851a2c9e76ca56d639a7 |
Closes #22518.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Thread.zig+1-1| ... | ... | @@ -1022,7 +1022,7 @@ const WasiThreadImpl = struct { |
| 1022 | 1022 | |
| 1023 | 1023 | comptime { |
| 1024 | 1024 | if (!builtin.single_threaded) { |
| 1025 | @export(wasi_thread_start, .{ .name = "wasi_thread_start" }); | |
| 1025 | @export(&wasi_thread_start, .{ .name = "wasi_thread_start" }); | |
| 1026 | 1026 | } |
| 1027 | 1027 | } |
| 1028 | 1028 |