diff options
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)); |