remove unmaintained WASM support

Same reasoning as #1254

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-08-25 13:35:14 -07:00
parent 5ae7e156cb
commit 301a8df8f9
4 changed files with 0 additions and 637 deletions

View file

@ -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