-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shuffle wasm-merge arguments to prioritize main exports
- Loading branch information
1 parent
9f50c04
commit 6adca9f
Showing
5 changed files
with
118 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
export const online_filter = [ | ||
'ogv', // TODO: additional ER at end of original trace | ||
'heatmap', // works fine, but too long so we skip it | ||
'uarm', // doesn't work for js because string is too long | ||
'image-convolute', // asm2wasm - f64-to-int is too large | ||
'lichess', // failing test | ||
'livesplit', // uses simd, filter for now | ||
'onnxjs', // // unknown func: failed to find name `$1000008`" | ||
'gotemplate', // timeout for locator('#output') | ||
'commanderkeen', // unreachable | ||
'playnox', // test doesn't end | ||
'hnset-bench', // no benchmark generated | ||
'fractals', // no benchmark generated | ||
'rfxgen', // not working | ||
'rguiicons', // not working | ||
'rguilayout', // not working | ||
'rguistyler', // not working | ||
'roslyn', // not working | ||
'rtexpacker', //not working | ||
'rtexviewer', // not working | ||
'rustpython', // not working | ||
'skeletal', // not working | ||
'sqlpractice', // not working | ||
'takahirox', // not working | ||
'timestretch', // not working | ||
'wheel', // not working | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters