Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] simplify startup configuration #61072

Merged
merged 2 commits into from
Nov 3, 2021

Commits on Nov 3, 2021

  1. * added configSrc - path to MonoConfig json file

    * 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)
    pavelsavara committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3eeec53 View commit details
    Browse the repository at this point in the history
  2. enable the interp lane

    pavelsavara committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5e4d4e8 View commit details
    Browse the repository at this point in the history