Skip to content

Commit

Permalink
Revert "[wasm] Fix mono_wasm_load_runtime cwrap signature (dotnet#104356
Browse files Browse the repository at this point in the history
)"

This reverts commit ddd9617.
  • Loading branch information
matouskozak committed Jul 11, 2024
1 parent fce83d6 commit 9c418ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/browser/runtime/cwraps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const fn_signatures: SigLine[] = [
[true, "mono_wasm_load_icu_data", "number", ["number"]],
[false, "mono_wasm_add_assembly", "number", ["string", "number", "number"]],
[true, "mono_wasm_add_satellite_assembly", "void", ["string", "string", "number", "number"]],
[false, "mono_wasm_load_runtime", null, ["number"]],
[false, "mono_wasm_load_runtime", null, ["string", "number"]],
[true, "mono_wasm_change_debugger_log_level", "void", ["number"]],

[true, "mono_wasm_assembly_load", "number", ["string"]],
Expand Down

0 comments on commit 9c418ea

Please # to comment.