Skip to content

Commit

Permalink
debugged more replay issues and added corresponding testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobgetz committed Dec 4, 2023
1 parent 917c4d7 commit 41a893a
Show file tree
Hide file tree
Showing 31 changed files with 227 additions and 1,670,816 deletions.
29 changes: 18 additions & 11 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"args": [
"node",
"-t",
"table-exp-call-private-function-mul-table",
"exported-called-params-grow-mem",
]
},
{
Expand Down Expand Up @@ -67,8 +67,10 @@
],
"program": "${workspaceFolder}/dist/src/cli/main.cjs",
"args": [
"http://localhost:8000/speedtest1.html",
"sqllite"
"https://mbbill.github.io/JSC.js/demo/index.html",
"-b",
"jsc2",
"-e"
]
},
{
Expand All @@ -86,17 +88,22 @@
{
"type": "node",
"request": "launch",
"name": "gameoflife test",
"name": "dbg-generator",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/dist/tests/run-tests.cjs",
"args": [
"online",
"-t",
"game-of-life",
"-c"
]
"program": "${workspaceFolder}/dist/src/cli/dbg-gen.cjs",
"args": []
},
{
"type": "node",
"request": "launch",
"name": "dbg-replay-trace",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/dist/src/cli/dbg-replay.cjs",
"args": []
},
]
}
Binary file removed ffmpeg2/bin_0/index.wasm
Binary file not shown.
Loading

0 comments on commit 41a893a

Please sign in to comment.