Crate wasm_bpf_rs
source ·Expand description
SPDX-License-Identifier: MIT
Copyright (c) 2023, eunomia-bpf All rights reserved.
Modules
- SPDX-License-Identifier: MIT
Macros
Structs
- The configuration for the Wasm module.
Functions
- Run a Wasm eBPF module with args
- Run a wasm module async It returns two handles.
WasmProgramHandle
provides ability to terminate, pause and resume the running wasmprogram.JoinHandle
provides ability to wait for the finish of the running wasm program