You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Jaspr Dart Web TodoMVC app compiled with dart2js and
dart2wasm. We compile with
* dart2js in unsound (-O4) mode
* dart2wasm in sound (-O2) mode
as those are the default settings in e.g. flutter tooling.
To remember this difference we specify the optimization mode in
the benchmark name.
The app can be compiled by installing the Dart SDK and running
```
% ./build.sh |& tee build.log
...
```
0 commit comments