Skip to content

Improve web backend performance by using inkwasm #2803

@Bluebugs

Description

@Bluebugs

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

No one assigned

    Labels

    Driver:webIssues related to web driver specificallyenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions