Skip to content

Commit 465153a

Browse files
committed
Update gesture-robot evaluation
1 parent 0be104a commit 465153a

5 files changed

Lines changed: 5 additions & 69 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,7 @@ export function main(): void {
7777
chip_digital_write(Pin.pin11, 1);
7878
chip_digital_write(Pin.pin10, 1);
7979
}
80+
// Stop after the first loop iteration, limiting the variable count is not enough for this program.
81+
return
8082
}
8183
}

benchmarks/gesture-robot/justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build:
2+
asc gesture-robot.ts -o upload.wasm --disable mutable-globals --disable sign-extension --disable nontrapping-f2i --disable bulk-memory --sourceMap --debug

benchmarks/gesture-robot/test.ts

Lines changed: 0 additions & 68 deletions
This file was deleted.
807 Bytes
Binary file not shown.

benchmarks/gesture-robot/upload.wasm.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)