remove unmaintained WASM support
Same reasoning as #1254 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5ae7e156cb
commit
301a8df8f9
4 changed files with 0 additions and 637 deletions
|
|
@ -5,7 +5,6 @@ const std = @import("std");
|
|||
// Core
|
||||
pub const Core = if (build_options.want_core) @import("Core.zig") else struct {};
|
||||
pub const Timer = if (build_options.want_core) Core.Timer else struct {};
|
||||
pub const sysjs = if (build_options.want_core) @import("mach-sysjs") else struct {};
|
||||
|
||||
// Mach standard library
|
||||
// gamemode requires libc on linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue