Prototyping a rust wasm-bpf runtime based on wasmtime
Brought to you by:
yunwei37
Originally created by: yunwei37
We need to prototype a runtime based on wasmtime because:
The current version wamr runtime may still remain, for a more lightweight usecases and better support with libbpf (C/C++ library).
The rust library to load and operate eBPF programs can be aya-rs.
Any suggestions?
Originally posted by: yunwei37
A test implement of wasmtime component model is in https://github.com/eunomia-bpf/wasmtime-test, and the problem related is recorded in https://github.com/bytecodealliance/wasmtime/issues/5775