mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Add missing doc
This commit is contained in:
1
lib/api/src/js/externals/function.rs
vendored
1
lib/api/src/js/externals/function.rs
vendored
@@ -397,6 +397,7 @@ impl Function {
|
||||
}
|
||||
|
||||
#[deprecated(since = "3.0.0", note = "native() has been renamed to typed().")]
|
||||
/// Transform this WebAssembly function into a typed function.
|
||||
pub fn native<Args, Rets>(
|
||||
&self,
|
||||
store: &impl AsStoreRef,
|
||||
|
||||
Reference in New Issue
Block a user