Open
Description
Repro:
- Create browser class library, that is intended to be reused between Mono and NativeAOT-LLVM. Either .NET 8 or .NET 9.
- (Optional) Distribute it on nuget.
- Reference this library in NativeAOT-LLVM browser project.
- Use
getAssemblyExports
to execute exported method from JS.
Error message
MONO_WASM: Assert failed: Missing wasm export '_ClassLibrary__GeneratedInitializer__Register_' (for JSExport registration function in assembly 'ClassLibrary.dll') Error: Assert failed: Missing wasm export '_ClassLibrary__GeneratedInitializer__Register_' (for JSExport registration function in assembly 'ClassLibrary.dll')
Repro project:
ClassLibrary-2.zip
^ Note, ClassLibrary doesn't use the same runtime nugets, and is compiled with standard JSExport source generator.