eunomia-bpf / wasm-bpf

WebAssembly library, toolchain and runtime for eBPF programs

Home Page:https://eunomia.dev/wasm-bpf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Add ability that allow user-registered wasm host functions

Officeyutong opened this issue · comments

Add interfaces in wasm-bpf-rs that allow the caller of run_wasm_bpf_module to register custom host functions. For example, if a user want to allow wasm programs to call external host functions other than WASI, this could help.