Skip to content

Commit

Permalink
moredocs
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Nov 7, 2020
1 parent 318e3f7 commit a4502be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ impl Instance {
/// An invalid index, invalid inputs, or invalid depth can cause undefined behaviour.
///
/// The `depth` argument sets the initial call depth. Should be set to `0`.
///
/// # Safety
/// This function expects a valid `func_idx`, appropriate number of `args`, and valid `depth`.
pub unsafe fn unsafe_execute(
&mut self,
func_idx: u32,
Expand Down

0 comments on commit a4502be

Please sign in to comment.