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
After this PR nodejs/node#57761 is merged there should be deno like ffi in node, that can be used with node --experimental-ffi --allow-ffi, then it should be straight forward to add WEBGPU support for node as well.
After this PR nodejs/node#57761 is merged there should be deno like ffi in node, that can be used with
node --experimental-ffi --allow-ffi, then it should be straight forward to add WEBGPU support for node as well.