WebAssembly support for Wails.
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 36.3k
- Forks
- 1.9k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 33
Description
Is your feature request related to a problem? Please describe.
Instead of using bindings between Go and JavaScript/TypeScript, will Wails support WebAssembly for seamless integrations between the back-end side and the front-end side of Wails projects?
Describe the solution you'd like
Instead of generating bindings during the execution of the command "wails dev", it can rely on a separate configuration where the exposed Go code be built as WebAssembly modules. And this should be able to be enabled in "wails.json".
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names the wails dev command and wails.json as starting points; inspect how development-time bindings are generated and how project configuration is read. A complete implementation would define separate WebAssembly configuration for exposed Go code and make it usable by Wails projects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, javascript, typescript, wasm
- Domain
- backend, desktop, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100