- Add JSExport to a class library
- Mark that library with
<BlazorWebAssemblyLazyLoad Include="ClassLibrary" />
- Load the assembly and get exports
await INTERNAL.loadLazyAssembly("ClassLibrary");
await getAssemblyExports("ClassLibrary");
Throws RuntimeError: memory access out of bounds