#1325·delve

Wasm target?

Author: justincliftCreated Aug 29, 2018Updated Mar 29, 2026
Labelskind/enhancementkind/upstream

Started playing around with wasm, using the new Go 1.11 js/wasm target. eg GOOS=js GOARCH=wasm

One drawback there is the complete lack of any kind of debugger.

Thinking about how that could be solved, would the optimal approach be to add some kind of support to Delve for (say) OS=js and ARCH=wasm?