You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug.zig: prevent checking posix.system.msync on Wasi
There is an msync symbol when compiling against Wasi, but its creates
dependencies on the C library in that environment that seem to be
problematic for std.debug. To be consistent with the old debug.zig, just
force have_msync false in the Wasi environment.
0 commit comments