diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-03-12 10:04:13 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-03-12 10:04:17 -0700 |
| commit | 43467690f310e79629c43926cb13a3fb51b50394 (patch) | |
| tree | ad47b9d6245909fba40f202c367fe00050e34457 /src/config.zig | |
| parent | 2408d4c6a9ea0303c063f73fb8a415eaf9043815 (diff) | |
test
Diffstat (limited to 'src/config.zig')
| -rw-r--r-- | src/config.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.zig b/src/config.zig index a8ffe2ec7..a06e19872 100644 --- a/src/config.zig +++ b/src/config.zig @@ -34,7 +34,7 @@ pub const WindowPaddingColor = Config.WindowPaddingColor; // Alternate APIs pub const CAPI = @import("config/CAPI.zig"); -pub const Wasm = if (!builtin.target.isWasm()) struct {} else @import("config/Wasm.zig"); +pub const Wasm = if (!builtin.target.cpu.arch.isWasm()) struct {} else @import("config/Wasm.zig"); test { @import("std").testing.refAllDecls(@This()); |
