mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-19 10:09:36 -06:00
23 lines
720 B
Diff
23 lines
720 B
Diff
diff --git a/src/dev.zig b/src/dev.zig
|
|
index f3c4016faf..b40ad68d23 100644
|
|
--- a/src/dev.zig
|
|
+++ b/src/dev.zig
|
|
@@ -197,13 +197,14 @@ pub const Env = enum {
|
|
else => Env.sema.supports(feature),
|
|
},
|
|
.wasm => switch (feature) {
|
|
- .incremental,
|
|
.legalize,
|
|
- .stdio_listen,
|
|
.wasm_backend,
|
|
.wasm_linker,
|
|
+ .build_exe_command,
|
|
+ .sema,
|
|
+ .ast_gen,
|
|
=> true,
|
|
- else => Env.sema.supports(feature),
|
|
+ else => false,
|
|
},
|
|
.@"x86_64-linux" => switch (feature) {
|
|
.build_command,
|