Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/wast/src/core/func.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ pub enum FuncKind<'a> {
/// ```text
/// (func (type 3) (import "foo" "bar"))
/// ```
///
/// The second element (`bool`) of the tuple means whether the function is _exact_. This concept is part of the custom descriptors proposal.
Import(InlineImport<'a>, bool),

/// Almost all functions, those defined inline in a wasm module.
Expand Down