mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-22 19:21:38 +00:00
feat(wasm-backend)!: split Function trait, improve naming (#347)
split function interface, improve naming
This commit is contained in:
@ -52,5 +52,5 @@ pub trait Instance<WB: WasmBackend>: Clone {
|
||||
&self,
|
||||
store: &mut impl AsContextMut<WB>,
|
||||
name: &str,
|
||||
) -> ResolveResult<<WB as WasmBackend>::Function>;
|
||||
) -> ResolveResult<<WB as WasmBackend>::ExportFunction>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user