summaryrefslogtreecommitdiff
path: root/main.ts
blob: 38044b3d82dee01dc92ef2e764a44e121f492643 (plain)
1
2
3
4
5
6
7
import * as ts from "typescript";

V8Worker2.recv((ab: ArrayBuffer) {
  V8Worker2.print("Got array buffer", ab.byteLength);
});

V8Worker2.print("Hello");