Skip to content

Commit

Permalink
disable esm_module by default in example
Browse files Browse the repository at this point in the history
  • Loading branch information
teamplayer3 committed Dec 19, 2024
1 parent e0eea3e commit d73024e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postcard-bindgen/examples/generate_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ fn main() {
},
javascript::GenerationSettings::enable_all()
.runtime_type_checks(false)
.esm_module(false)
.module_structure(true),
generate_bindings!(A, B, e::E, C, D, e::f::F),
)
Expand Down

0 comments on commit d73024e

Please sign in to comment.