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:
@@ -6,5 +6,5 @@ impl<Args, Rets> Func<Args, Rets> {
|
||||
fn returns(&self) -> &[Type];
|
||||
fn call(...) -> Result<Rets, RuntimeError>;
|
||||
fn dyn_call(&self, params: &[Value]) -> Result<Box<[Value]>, RuntimeError>;
|
||||
fn signature(&self) -> &FuncDescriptor;
|
||||
fn signature(&self) -> &FuncSig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user