Skip to content

Commit

Permalink
test: add flag wasm for fzyzcjy#860
Browse files Browse the repository at this point in the history
  • Loading branch information
huang12zheng committed Nov 26, 2022
1 parent 11c6a45 commit 8d8dcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frb_example/pure_dart_multi/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fn main() {
dart_output: vec![DART_OUTPUT_1.to_string(), DART_OUTPUT_2.to_string()],
// Path of output Rust code
rust_output: Some(vec![RUST_OUTPUT_1.to_string(), RUST_OUTPUT_2.to_string()]),
wasm: true,
// Class name of each Rust block of api
class_name: Some(vec![CLASS_NAME_1.to_string(), CLASS_NAME_2.to_string()]),
dart_format_line_length: 120,
Expand Down

0 comments on commit 8d8dcf7

Please sign in to comment.