Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
doc effort
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Sep 15, 2020
1 parent 330afa3 commit ff8a73c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/executor/common/src/wasm_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ pub enum CallSite<'a> {
Table(u32),
/// Call function by reference from table through a wrapper.
///
/// Located function should have (u32, u32, u32) -> u64 signature.
/// Invoked function (`dispatcher_ref`) function
/// should have (u32, u32, u32) -> u64 signature.
///
/// `func` will be passed to the
/// `func` will be passed to the invoked function as a first argument.
TableWithWrapper {
/// Wrapper for call.
dispatcher_ref: u32,
Expand Down

0 comments on commit ff8a73c

Please sign in to comment.