Skip to content

Commit

Permalink
Fix help text for plugin codegen option (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Jan 21, 2025
1 parent c2e0942 commit dca3007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/cli/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ option_group! {
/// Enable source code compression, which generates smaller WebAssembly
/// files at the cost of increased compile time.
SourceCompression(bool),
/// Optional path to Javy plugin Wasm module. Not supported for
/// dynamically linked modules. JavaScript config options are also not
/// supported when using this parameter.
/// Path to Javy plugin Wasm module. Optional for statically linked
/// modules and required for dynamically linked modules. JavaScript
/// config options are not supported when using this parameter.
Plugin(PathBuf),
}
}
Expand Down

0 comments on commit dca3007

Please sign in to comment.