We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
A test implement of wasmtime component model is in https://github.com/eunomia-bpf/wasmtime-test, and the problem related is recorded in bytecodealliance/wasmtime#5775
Sorry, something went wrong.
Already solved https://github.com/eunomia-bpf/wasm-bpf/tree/main/runtime/rust
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: