-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Runtime.InteropServices.JavaScriptos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Milestone
Description
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-System.Runtime.InteropServices.JavaScriptos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm