diff options
Diffstat (limited to 'main.ts')
| -rw-r--r-- | main.ts | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ import * as ts from "typescript"; +V8Worker2.recv((ab: ArrayBuffer) { + V8Worker2.print("Got array buffer", ab.byteLength); +}); -V8Worker2.print("Hello World"); +V8Worker2.print("Hello"); |
