This repository was archived by the owner on Dec 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
runtime/devicescript-vm/dist Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments