Skip to content

Commit

Permalink
Update example to support compiling to wasm, too!
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 4, 2025
1 parent c71301a commit 769883a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions peanut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ directories:

builder-options:
build_web_compilers|entrypoint:
dart2js_args:
- --stage=dump-info-all
- --no-frequency-based-minification
- --no-source-maps
- -O4
compilers:
dart2wasm:
args:
- -O4
- --no-strip-wasm
dart2js:
args:
- --stage=dump-info-all
- --no-frequency-based-minification
- --no-source-maps
- -O4
build_web_compilers|dart2js_archive_extractor:
filter_outputs: false

0 comments on commit 769883a

Please sign in to comment.