1. 17 11月, 2021 1 次提交
    • P
      [wasm] renames and cleanup before modularization (#61596) · da0e0f73
      Pavel Savara 提交于
      - no imports from outer scope
      - move dotnet to -extern-pre-js
      - re-enable JS minification with ES2018
      - rename main javaScript files to main.js and test-main.js
      - sample and test script cleanup
      - rename set_exit_code method
      - rewrite test start as async method
      - improve script loading via script element on page in test
      - use BINDING.bind_static_method instead of INTERNAL where possible
      - better .d.ts exports
      - formatted html files
      - renamed modules.ts to imports.ts which makes more sense
      - improved error propagation
      - renamed __initializeImportsAndExports
      - delayed exit and stdout flush
      da0e0f73
  2. 14 10月, 2021 1 次提交
    • P
      [wasm] rationalize internal exports (#60075) · a546fa48
      Pavel Savara 提交于
      - introduce globalThis.INTERNAL and move all exported methods which we only use internally or for testing
      - reduce BINDING and MONO exports to minimal scope necessary - as used by Blazor
      - fix all internal usages in tests
      - produce dotnet.d.ts and include it in the workload
      - moved Module.config to MONO.config
      - added mono_load_runtime_and_bcl_args into MONO export
      - removed obsolete debugger test InvalidScopeId
      - introduced INTERNAL.mono_wasm_set_main_args
      - add mono_wasm_new_root_buffer, mono_wasm_new_root, mono_wasm_release_roots to the MONO interface
      a546fa48
  3. 10 5月, 2021 1 次提交
  4. 09 2月, 2021 1 次提交
  5. 05 2月, 2021 1 次提交
  6. 21 1月, 2021 1 次提交