Skip to content

[WIP][browser] Split into smaller es6 modules - #83364

Closed
pavelsavara wants to merge 1 commit into
dotnet:mainfrom
pavelsavara:browser_modules
Closed

[WIP][browser] Split into smaller es6 modules#83364
pavelsavara wants to merge 1 commit into
dotnet:mainfrom
pavelsavara:browser_modules

Conversation

@pavelsavara

Copy link
Copy Markdown
Member

work in progress

@ghost

Copy link
Copy Markdown

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

work in progress

Author:pavelsavara
Assignees:pavelsavara
Labels:

arch-wasm, area-System.Runtime.InteropServices.JavaScript

Milestone:8.0.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need this in the loader?

Comment on lines 431 to 449

@lambdageeklambdageekMar 14, 2023

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
construntimeModule: RuntimeModuleAPI=awaitmodulePromises[0];
const{ initializeImportsAndExports }=runtimeModule;
const{default: emscriptenModule}=awaitmodulePromises[1];
const[runtimeModule,coreModule]=awaitPromise.all(modulesPromises);
const{ initializeImportsAndExports}=runtimeModule;
const{default: emscriptenModule}=coreModule;

@pavelsavarapavelsavara added NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) NO-REVIEW Experimental/testing PR, do NOT review it labels Mar 14, 2023
@ghostghost locked as resolved and limited conversation to collaborators Apr 19, 2023
@pavelsavara
pavelsavara deleted the browser_modules branch September 2, 2024 15:30
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasmWebAssembly architecturearea-System.Runtime.InteropServices.JavaScriptNO-MERGEThe PR is not ready for merge yet (see discussion for detailed reasons)NO-REVIEWExperimental/testing PR, do NOT review it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@pavelsavara@lambdageek@maraf