Lucet: Native WebAssembly Compiler and Runtime
1–10 of 99 posts
Re: Lucet: Native WebAssembly Compiler and Runtime
#2Re: Lucet: Native WebAssembly Compiler and Runtime
#3Author here- happy to take questions.
Re: Lucet: Native WebAssembly Compiler and Runtime
#4Re: Lucet: Native WebAssembly Compiler and Runtime
#5How does it handle Spectre, etc.?
Re: Lucet: Native WebAssembly Compiler and Runtime
#6Author here- happy to take questions.
What would you say are the current main limitations of this approach? What is Lucet not meant to be good at?
We also aren't 100% of the way to spec compliance yet. We have a plan to get there, but spent the last year or so putting the bulk of our effort into performance and integration with our edge cloud systems.
Re: Lucet: Native WebAssembly Compiler and Runtime
#7> With Lucet, Fastly’s edge cloud can execute tens of thousands of WebAssembly programs simultaneously, in the same process , without compromising security. [emphasis mine] How does it handle Spectre, etc.?
Re: Lucet: Native WebAssembly Compiler and Runtime
#8How does Lucet's WebAssembly performance compare to LuaJIT (one of the fastest JITs in existence) right now including VM warm-up time? Also, what's the GUI story like outside of browsers?
There is no GUI story yet, but Lucet provides a WASI (https://wasi.dev) implementation, so as that standard evolves, we may be able to support GUIs through those interfaces.
Re: Lucet: Native WebAssembly Compiler and Runtime
#9Author here- happy to take questions.
Do you expect WASI will soon replace the current Emscripten exports interfaces?