diff options
Diffstat (limited to 'js/dispatch.ts')
| -rw-r--r-- | js/dispatch.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/dispatch.ts b/js/dispatch.ts index 0c5c59553..d1da45b06 100644 --- a/js/dispatch.ts +++ b/js/dispatch.ts @@ -12,6 +12,9 @@ export const OP_IS_TTY = 4; export const OP_ENV = 5; export const OP_EXEC_PATH = 6; export const OP_UTIME = 7; +export const OP_SET_ENV = 8; +export const OP_HOME_DIR = 9; +export const OP_START = 10; export function asyncMsgFromRust(opId: number, ui8: Uint8Array): void { switch (opId) { |
