mono-wasm-example
mono-wasm-example copied to clipboard
Re-Initialize mono on runtime
Hi,
I have a scenario, that I need to load few dlls on runtime. Currently we are adding dlls into "managed" folder and modifying files-list in mono-config.js. I just want to re-initialize mono with new dlls. when I trying to re-initialize using MONO.mono_load_runtime_and_bcl , getting the following error. Is there a way to re-initialize.
Please help me to resolve this issue. Thanks in advance.