| ... | ... | @@ -17,8 +17,8 @@ comptime { |
| 17 | 17 | if (builtin.os.tag == .emscripten) { |
| 18 | 18 | if (builtin.mode == .Debug or builtin.mode == .ReleaseSafe) { |
| 19 | 19 | // Emscripten does not provide these symbols, so we must export our own |
| 20 | | @export(__stack_chk_guard, .{ .name = "__stack_chk_guard", .linkage = .Strong }); |
| 21 | | @export(__stack_chk_fail, .{ .name = "__stack_chk_fail", .linkage = .Strong }); |
| 20 | @export(__stack_chk_guard, .{ .name = "__stack_chk_guard", .linkage = .strong }); |
| 21 | @export(__stack_chk_fail, .{ .name = "__stack_chk_fail", .linkage = .strong }); |
| 22 | 22 | } |
| 23 | 23 | } |
| 24 | 24 | } |