From 841a96691bcbe62add30530777b26c38bc0a3fff Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 31 Oct 2021 00:37:37 +0100 Subject: Attempt to get wasm64 compiling with the correct features enabled --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7338ad45d..173c70a4d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -136,7 +136,6 @@ i32 linker_stage(lbGenerator *gen) { if (is_arch_wasm()) { timings_start_section(timings, str_lit("wasm-ld")); - GB_ASSERT(build_context.metrics.arch == TargetArch_wasm64); result = system_exec_command_line_app("wasm-ld", "\"%.*s\\bin\\wasm-ld\" \"%.*s.wasm.o\" -o \"%.*s.wasm\" %.*s %.*s", LIT(build_context.ODIN_ROOT), -- cgit v1.2.3