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 5159573 commit ba52f9dCopy full SHA for ba52f9d
src/mono/wasi/runtime/main.c
@@ -12,15 +12,16 @@ WASI_AFTER_RUNTIME_LOADED_DECLARATIONS
12
13
int main(int argc, char * argv[]) {
14
15
-#ifdef WASI_AFTER_RUNTIME_LOADED_CALLS
16
- // This is supplied from the MSBuild itemgroup @(WasiAfterRuntimeLoaded)
17
- WASI_AFTER_RUNTIME_LOADED_CALLS
18
-#endif
19
#ifndef WASM_SINGLE_FILE
20
mono_set_assemblies_path("managed");
21
#endif
22
mono_wasm_load_runtime("", 0);
23
+#ifdef WASI_AFTER_RUNTIME_LOADED_CALLS
+ // This is supplied from the MSBuild itemgroup @(WasiAfterRuntimeLoaded)
+ WASI_AFTER_RUNTIME_LOADED_CALLS
+#endif
24
+
25
int arg_ofs = 0;
26
#ifdef WASM_SINGLE_FILE
27
/*
0 commit comments