wasm-bpf/runtime
Littlefisher619 218c8298db [runtime] add cargo description 2023-03-07 00:49:56 +08:00
..
cpp add: MIPS support for cpp runtime (#52) 2023-03-05 17:08:56 +08:00
rust [runtime] add cargo description 2023-03-07 00:49:56 +08:00
README.md Update README.md 2023-02-25 17:26:13 +08:00

README.md

Runtime implementation example

We have three runtime implementations, based on WAMR, wasmtime, and WasmEdge.

This directory contains two runtime sample implementations that can be used to execute eBPF user programs in Wasm module format.

  • cpp: A runtime implemented in C++, using wasm-micro-runtime as backend
  • rust: A runtime implemented in Rust, using wasmtime as beckend. Currently only this one supports running wasm modules geneated by tinygo

Wasmedge runtime plugin can be found in https://github.com/eunomia-bpf/WasmEdge/tree/master/plugins%2Fwasm-bpf