File tree Expand file tree Collapse file tree 5 files changed +15
-433
lines changed Expand file tree Collapse file tree 5 files changed +15
-433
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- // Excerpt from `build/run_wasm.js` to add own task queue implementation, since
6
- // `setTimeout` and `queueMicrotask` are not always available in shells.
5
+ // Excerpt from `wasm_gc_benchmarks/tools/run_wasm.js` to add own task queue
6
+ // implementation, since `setTimeout` and `queueMicrotask` are not always
7
+ // available in shells.
8
+ // TODO: Now (2025-08-14) that all shells have `setTimeout` available, can we
9
+ // remove this? Talk to Dart2wasm folks.
7
10
function addTaskQueue ( self ) {
8
11
"use strict" ;
9
12
Original file line number Diff line number Diff line change 1
- -e Built on Wed Aug 13 13:03:46 CDT 2025
2
- Cloning into 'wasm_gc_benchmarks'...
3
- 13951e1 Roll new version of flute and regenerate flute-based benchmarks
4
- Copying files from wasm_gc_benchmarks/ into build/
5
- Build success
1
+ Built on Thu Aug 14 04:47:37 PM CEST 2025
2
+ Cloning into 'wasm_gc_benchmarks'...
3
+ 13951e1 Roll new version of flute and regenerate flute-based benchmarks
4
+ Copying files from wasm_gc_benchmarks/ into build/
5
+ Build success
Original file line number Diff line number Diff line change 16
16
17
17
echo " Copying files from wasm_gc_benchmarks/ into build/" | tee -a " $BUILD_LOG "
18
18
mkdir -p build/ | tee -a " $BUILD_LOG "
19
- # Generic Dart2wasm runner.
20
- cp wasm_gc_benchmarks/tools/run_wasm.js build/ | tee -a " $BUILD_LOG "
21
19
# Two Flute benchmark applications: complex and todomvc
22
20
cp wasm_gc_benchmarks/benchmarks-out/flute.complex.dart2wasm.{mjs,wasm} build/ | tee -a " $BUILD_LOG "
23
21
cp wasm_gc_benchmarks/benchmarks-out/flute.todomvc.dart2wasm.{mjs,wasm} build/ | tee -a " $BUILD_LOG "
You can’t perform that action at this time.
0 commit comments