Missed file from r9815
This commit is contained in:
parent
a4e9775abc
commit
5f536abaeb
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ onmessage = function(event) {
|
|||
// define buffer for reading from fifo
|
||||
const BUFFER_SIZE = 4096;
|
||||
|
||||
postMessage(["Open", null]);
|
||||
while(true) {
|
||||
var buf = ctypes.char.array(BUFFER_SIZE)("");
|
||||
|
||||
|
|
Loading…
Reference in a new issue