mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
Merge branch 'master' into trace-issue
This commit is contained in:
2
lib/api/src/externals/function.rs
vendored
2
lib/api/src/externals/function.rs
vendored
@@ -331,7 +331,7 @@ impl std::fmt::Debug for Function {
|
||||
}
|
||||
}
|
||||
|
||||
/// This trait is one that all dynamic funcitons must fulfill.
|
||||
/// This trait is one that all dynamic functions must fulfill.
|
||||
trait VMDynamicFunction {
|
||||
fn call(&self, args: &[Val]) -> Result<Vec<Val>, RuntimeError>;
|
||||
fn function_type(&self) -> &FunctionType;
|
||||
|
||||
Reference in New Issue
Block a user