Skip to content

[browser] JSExport in lazy loaded assembly #117780

@maraf

Description

@maraf
  1. Add JSExport to a class library
  2. Mark that library with <BlazorWebAssemblyLazyLoad Include="ClassLibrary" />
  3. Load the assembly and get exports
await INTERNAL.loadLazyAssembly("ClassLibrary");
await getAssemblyExports("ClassLibrary");

Throws RuntimeError: memory access out of bounds

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions