|
|
|
|
|
by tantalor
1956 days ago
|
|
> the Wasm-functions you call will return immediately That can't be right. Doesn't JS block on the call, like any old function? The wasm function returns a value, not a promise/thenable. So if the wasm function takes a long time/forever, it will not "return immediately". |
|