Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information