Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 7c2f3d9

Browse files
author
GitHub Bot
committed
[skip ci] rebuild ../website/static/dist/devicescript-vm.js
1 parent ae2a94c commit 7c2f3d9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

runtime/devicescript-vm/dist/types.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export declare module Exts {
6969
function b64ToBin(s: string): Uint8Array;
7070
/**
7171
* Deploys a DeviceScript bytecode to the virtual machine
72-
* TODO: what is the difference with devsClientDeploy
7372
* @param binary
7473
* @returns error code, 0 if deployment is successful
7574
*/
@@ -81,7 +80,9 @@ export declare module Exts {
8180
*/
8281
function devsVerify(binary: Uint8Array): number;
8382
/**
84-
* Deploys a DeviceScript bytecode to the virtual machine
83+
* Deploys to the first virtual machine on Jacdac stack (experimental)
84+
* @internal
85+
* @alpha
8586
* @param binary
8687
* @returns error code, 0 if deployment is successful
8788
*/

website/static/dist/devicescript-vm.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ var Exts;
296296
Exts.b64ToBin = b64ToBin;
297297
/**
298298
* Deploys a DeviceScript bytecode to the virtual machine
299-
* TODO: what is the difference with devsClientDeploy
300299
* @param binary
301300
* @returns error code, 0 if deployment is successful
302301
*/
@@ -314,7 +313,9 @@ var Exts;
314313
}
315314
Exts.devsVerify = devsVerify;
316315
/**
317-
* Deploys a DeviceScript bytecode to the virtual machine
316+
* Deploys to the first virtual machine on Jacdac stack (experimental)
317+
* @internal
318+
* @alpha
318319
* @param binary
319320
* @returns error code, 0 if deployment is successful
320321
*/

0 commit comments

Comments
 (0)