Hacker News new | ask | show | jobs
by __alexs 1657 days ago
I'm sure someone will write leftPad in eBPF any day now.
1 comments

Indeed. We could even embed a WASM runtime (headless v8?) so one can execute arbitrary JavaScript in-kernel… wait :)
eBPF is far too limited to run a WASM runtime. That's why the proposed article approach is even possible.