Missed file from r9815

This commit is contained in:
Simon Kornblith 2011-07-11 05:00:04 +00:00
parent a4e9775abc
commit 5f536abaeb

View file

@ -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)("");