WebAssembly #93
Labels
No labels
Priority: High
Priority: Low
Priority: Medium
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: sam/awl#93
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
It would be nice in the far off future when Go binaries aren't fat that webassembly could be supported so any DNS requests would be made client-side.
Describe the solution you'd like
GOOS=js GOARCH=wasm
Describe alternatives you've considered
net/http
,encoding/json
and the DNS library do not compile underneath it.Additional context
Just documenting an extremely low priority idea of mine :)