-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Go now supports directives to import and export functions to/from the compiled wasm binary, see documentation.
This directives could be used to simplify how go-wasm-http-server interacts with the browser.
wasmimport
is available since Go 1.22 and wasmexport
is available since Go 1.24.
It would be nice to keep backward compatibility with Go 1.22, hence be able to work without wasmexport
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed