remove test code that was accidentally committed

This commit is contained in:
2023-01-28 11:37:05 +01:00
parent abdf780533
commit 30eb953d5d
2 changed files with 0 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
import "env.memory" memory(4);
import "env.printString" fn print(i32);
export fn upd() {
}
start fn start() {
print(0);
}
data 0 {
"Press " i8(0xe0) " and " i8(0xe1) " to adjust, " i8(0xcc) " to commit." i8(0)
}

BIN
test.wasm

Binary file not shown.