Skip to content

Commit

Permalink
same docstring for library and cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Gentle committed Jan 28, 2025
1 parent ce9169c commit 5b84bc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,10 @@ impl Wizer {

/// Enable or disable the Wasm reference-types proposal.
///
/// Currently does not implement snapshotting or the use of references,
/// but enables initializing Wasm modules that use encodings introduced
/// in the reference-types proposal.
///
/// Defaults to `false`.
pub fn wasm_reference_types(&mut self, enable: bool) -> &mut Self {
self.wasm_reference_types = Some(enable);
Expand Down

0 comments on commit 5b84bc8

Please sign in to comment.