Hi Aryan, On Tue, Feb 04, 2025 at 02:00:19AM +0000, Aryan Kaushik wrote: > Hi Team > > Hope this mail find you well. > > Topic 1: Practical Applications of WebAssembly (WASM) in Filesystems, > Memory Management, and eBPF > > Description: WebAssembly (WASM) is emerging as a powerful technology > for secure, efficient execution in various computing environments. > This session will focus on how WASM can be leveraged in filesystems, > memory management, and eBPF. > > Key discussion points include: > > 1. WASM’s lightweight execution model and its impact on memory efficiency > 2. How WASM interacts with filesystems and operates within sandboxed > environments > 3. Potential synergies between WASM and eBPF for secure, efficient > execution in cloud-native and kernel-space applications > 4. Real-world examples of WASM implementations in security and > performance-critical environments > 5. Challenges and opportunities in integrating WASM into Linux subsystems I assume you mean https://github.com/wasmerio/kernel-wasm ? It is indeed a very interesting topic, we discussed it before internally as well. IMHO, the major concern would be that we already have a run-time sandbox for eBPF, so it would be difficult to have another one. Nevertheless, I think this topic is worth discussion. Thanks!