Skip to content
Discussion options

You must be logged in to vote

The main runtime for Webassembly now is mono. It supports interpreted mode, AOT, and some kind of "Jiterpreter" (hybrid interpreter that can optimize hot paths using jit compilation) but maybe this is runtimelab only thing. Also, in runtimelab there is an ongoing work to support LLVM as AOT compiler to wasm.

Note that Blazor wasm is already a thing. Also there is official wasm sdk coming in.Net 8. One latest prototype project to mention is .Net isolator which was shoecased by @SteveSandersonMS not long ago. It supports seamlessly hosting wasmtime runtime inside a .Net host to achieve true isolation of potentially malicious code but with some performance trade-offs.

As for CoreCLR itself -…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mrhockeymonkey
Comment options

You must be logged in to vote
2 replies
@En3Tho
Comment options

@mrhockeymonkey
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants