|
|
|
|
|
by bakery2k
2290 days ago
|
|
So, Envoy will be embedding WebAssembly alongside (or instead of) Lua? Are other projects moving from Lua (or other embedded scripting languages) to WebAssembly? What are the benefits of compiling an extension to WASM rather than writing it in Lua? |
|
Be it Rust, C, C++, Typescript, and I bet there will be a Lua interpreter in WASM at some point too.
It will be more flexible, and possibly more performant.