Uh oh!
There was an error while loading. Please reload this page.
[wasm] simplify startup configuration - #61072
Conversation
ghost
commented
Nov 1, 2021
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@steveisok we need a way to test changes like this in pr without directly fiddling with the yml. I think we should probably turn back on the interpreter lane until we have a way to trigger this cc @marek-safar |
I don't have a problem if you want to enable the interp lane until there's an option to manually trigger everything. Remove runtime/eng/pipelines/runtime.yml Line 296 in ec12194 |
* added Module.onConfigLoaded callback * added Module.onDotNetReady replacing MonoConfig.loaded_cb * removed loaded_cb, assembly_list, runtime_assets, runtime_asset_sources from MonoConfig * simplified all sample and test projects * renamed no_global_exports to disableDotNet6Compatibility * implement default Module.preInit and Module.onRuntimeInitialized which could be overriden by user code (like Blazor)
78c1c10 to
5e4d4e8Compare
Module.configSrc- to configure path toMonoConfigjson fileModule.onConfigLoadedcallbackModule.onDotNetReadyreplacingMonoConfig.loaded_cbloaded_cb,assembly_list,runtime_assets,runtime_asset_sourcesfromMonoConfigModule.no_global_exportstoModule.disableDotNet6CompatibilityModule.preInitandModule.onRuntimeInitializedwhich could be overridden by user code (like Blazor)