mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
doc(deprecated) Update changes.
This commit is contained in:
@@ -2,5 +2,5 @@ struct DynFunc {}
|
||||
|
||||
impl DynFunc {
|
||||
fn call(&self, params: &[Value]) -> Result<Vec<Value>, CallError>;
|
||||
fn signature(&self) -> &FuncDescriptor;
|
||||
fn signature(&self) -> &FuncSig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user