How to make a synchonous call to webassembly

后端 未结 0 935
予麋鹿
予麋鹿 2021-02-20 03:32

Normally when doing a webassembly call it will be called asynchronously with the following pattern:

API <-> Web Worker (async) <-> WASM

相关标签:
回答
  • 消灭零回复
提交回复
热议问题