Commit 2802c91c authored by NzSN's avatar NzSN

update

parent 5b143f4f
......@@ -106,6 +106,18 @@ async function deBridging() {
// False : Fail
async function step() {
for (let i = 0; i < numOfEncs; ++i) {
let data = channels[i].readData(MUX_BUFFER_SIZE);
if (data.byteLength == 0)
continue;
/* Write data into wasm */
/* Then handle data from wasm */
}
}
async function steps() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment