#493·llrt

Will llrt have plans to support WebAssembly ?

Author: ahaoboyCreated Jul 23, 2024Updated Feb 27, 2026

Rust has a very fast WebAssembly runtime wasmtime, its speed is close to v8's WebAssembly

However, wasmtime will significantly increase the program size. If our program size reaches 40mb, then it seems that using v8 will be a better choice.