diff options
Diffstat (limited to 'js/dispatch.ts')
-rw-r--r-- | js/dispatch.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/dispatch.ts b/js/dispatch.ts index dfa276cda..af91a9b9e 100644 --- a/js/dispatch.ts +++ b/js/dispatch.ts @@ -59,6 +59,7 @@ export const OP_READ_LINK = 53; export const OP_TRUNCATE = 54; export const OP_MAKE_TEMP_DIR = 55; export const OP_CWD = 56; +export const OP_FETCH_ASSET = 57; export function asyncMsgFromRust(opId: number, ui8: Uint8Array): void { switch (opId) { |