1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 13:00:36 -05:00
denoland-deno/main.ts
2018-05-14 00:31:48 -04:00

7 lines
155 B
TypeScript

import * as ts from "typescript";
V8Worker2.recv((ab: ArrayBuffer) {
V8Worker2.print("Got array buffer", ab.byteLength);
});
V8Worker2.print("Hello");