mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
6 lines
101 B
Rust
6 lines
101 B
Rust
struct DynamicFunc {}
|
|
|
|
impl DynamicFunc {
|
|
fn new<F>(signature: Arc<FuncSig>, func: F) -> Self;
|
|
}
|