|
|
|
|
|
by rockwotj
921 days ago
|
|
I gave a talk at Cloud Native wasm day talking about some of the stuff you can do with a WasmVM. Redpanda (where I work) is a storage engine who’s performance is predicated on kernel bypass (Direct IO, thread per core, locked memory). You can use stack switching to context switch between the VM and host application in a handful of cycles. Also having good upstream tooling for a lot of popular languages is big for adoption. Link to the talk if interested: https://youtu.be/t4-Al2FoU0k |
|