-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q: WebAssemble Target possible? #250
Comments
wasm isn't supported currently but it is definitely possible but because Go doesn't support cgo for js/wasm target, also that will mean wasm target will be limited in someways, for example also not to mention current browser support for WebGPU api is lacking and behind the flags whereas |
Regarding wrapping syscall/js there are 2 approaches to make life easier https://github.com/hack-pad/safejs https://github.com/inkeliz/go_inkwasm I am using go_inkwasm, and yet to use safejs yet. |
https://caniuse.com/?search=webgpu might be good to add to the Reamme somewhere ? so people can see its there but not turned on. I was thinking of hosting your demos on fly.io to show things off. |
I am starting on a PR for this based on https://github.com/mokiat/wasmgpu. |
Ahoy
I am not firm with webgpu so far and am wondering if it is also possible to target Wasm and display in a canvas? Would it be possible to create such a surface? Would that be possible with gio? How would the surface work?
Thanks a lot and for any hint in advance
The text was updated successfully, but these errors were encountered: