DEV Community

Discussion on: Implementing Search in Blazor WebAssembly With Lucene.NET

Collapse
 
aaronpowell profile image
Aaron Powell

You're correct, the Mono runtime is the thing that's compiled to WASM bytecode and then bootstraps a CLR just the same as any other CLR runtime. So no, your code isn't compiled to WASM, only Mono.