Results 32 comments of Michael Hunter

I closed the ticket accidentally.

Hi @Voxar For TypeScript, you should be able to create a `global.d.ts` file with the following: ```ts declare function vmExport(id: number, handler: Function): void; declare function vmImport(id: number): Function; ```...