WASM?
WASM?
Posted Jun 8, 2024 2:25 UTC (Sat) by Cyberax (✭ supporter ✭, #52523)In reply to: WASM? by roc
Parent article: Modernizing BPF for the next 10 years
WASM and BPF instructions and registers are equally typed. And access to memory is equally untyped: https://www.kernel.org/doc/html/latest/bpf/standardizatio...
At this point there's no conceptual between WASM and eBPF. The eBPF runtime tries to be more resilient to timing attacks (via constant blinding), but that's a property of runtime. It can be added to WASM runtimes.