Skip to content

Commit 187b6e0

Browse files
committed
Merge branch 'main' of github.com:camillobruni/JetStream into 2024-11-22_driver_prep
2 parents 7daaa8d + 9f15b81 commit 187b6e0

22 files changed

+847
-1233
lines changed

JetStreamDriver.js

Lines changed: 142 additions & 87 deletions
Large diffs are not rendered by default.

wasm-cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ testList = [
2929
"quicksort-wasm",
3030
"gcc-loops-wasm",
3131
"richards-wasm",
32+
"sqlite3-wasm",
3233
"tfjs-wasm",
3334
"tfjs-wasm-simd",
3435
"argon2-wasm",
3536
"argon2-wasm-simd",
3637
"8bitbench-wasm",
3738
];
3839

39-
// Re-use the full CLI runner, just with the subset of Wasm line items above.
40+
// Reuse the full CLI runner, just with the subset of Wasm line items above.
4041
load("./cli.js");

0 commit comments

Comments
 (0)