You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @roccomuso, wasm-worker is primarly designed to work in a browser invironment since it uses fetch and Web Worker APIs. If you want to use it in a NodeJS environment, Web Workers must be polyfilled using a library like node-webworker.
The APIs are the same, it is just about polyfilling these 2 interfaces, or just Web Workers if you are planning to use wasm-worker only with ArrayBuffer sources.
Can you show example usage in Node.js environment?
The text was updated successfully, but these errors were encountered: