diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-01-22 17:27:34 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-01-22 17:27:34 +0100 |
commit | c0c52a07376d22339a06d031892af649c2eb8acc (patch) | |
tree | 5532ebac932b5c0414cee7d7099f3151b5bcbd01 /index.htm | |
parent | fede6d46ef07c088f320db7f90a9e1479a3985bf (diff) | |
download | reduced_system_layer-c0c52a07376d22339a06d031892af649c2eb8acc.zip |
Clipboard image and sound proc decls
Diffstat (limited to 'index.htm')
-rw-r--r-- | index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ fd_seek : () => { throw new Error("Unexpected fd_seek call"); }, }, env : { - p_clipboard_write_impl : (size, text) => { + p_clipboard_write_text_impl : (size, text) => { let text_buffer = new ArrayBuffer(size); new Uint8Array(text_buffer).set(new Uint8Array(this.memory_buffer, text, size)); |