-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Driver:webIssues related to web driver specificallyIssues related to web driver specificallyenhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe:
A significant source of slow down for the webgl/wasm is the copy of data between the JS side and the Go side. Quite an important scenario for Fyne that upload a lot of data.
Is it possible to construct a solution with the existing API?
No new API should be introduced.
Describe the solution you'd like to see:
A potential solution would be to use a custom replacement for syscall/js as provided by https://github.com/Inkeliz/go_inkwasm .
Metadata
Metadata
Assignees
Labels
Driver:webIssues related to web driver specificallyIssues related to web driver specificallyenhancementNew feature or requestNew feature or request