Skip to content

Commit 1c9f4c8

Browse files
committed
that was intense, but we made it through the other side!!
1 parent 0d620e2 commit 1c9f4c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3734
-17310
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"tsx": "^4.7.0",
3232
"type-testing": "^0.2.0",
3333
"typescript": "5.3.3",
34-
"vitest": "^1.2.1",
35-
"wabt": "^1.0.32"
34+
"vitest": "^1.2.1"
3635
},
3736
"pnpm": {
3837
"patchedDependencies": {
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#include <emscripten.h>
2-
3-
EMSCRIPTEN_KEEPALIVE
41
int entry(int a, int b) {
52
return a + b;
63
}
7-
8-
int main() {
9-
return 0;
10-
}

0 commit comments

Comments
 (0)