Skip to content

Commit

Permalink
Add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
silwol committed Aug 4, 2022
1 parent 8dec3a1 commit 306d6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api/src/js/externals/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 306d6e1

Please sign in to comment.