We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f0165 commit 0f87686Copy full SHA for 0f87686
src/mono/wasm/runtime/driver.c
@@ -372,7 +372,7 @@ mono_wasm_load_runtime (const char *unused, int enable_debugging)
372
mono_jit_set_aot_mode (MONO_AOT_MODE_LLVMONLY);
373
#endif
374
#else
375
- mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP_LLVMONLY);
+ mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP_ONLY);
376
if (enable_debugging) {
377
// Disable optimizations which interfere with debugging
378
interp_opts = "-all";
0 commit comments