2 Commits

Author SHA1 Message Date
deadprogram 1026408a38 http: fix t.roundTrip undefined on js/wasm builds
The js/wasm RoundTrip fallback called t.roundTrip(req), an upstream
Go private method that was never backported to TinyGo's Transport stub.

Replace the call with an explicit error return, since the empty
Transport has no dial capability and cannot perform a fallback
round-trip.

Fixes #52

Signed-off-by: deadprogram <ron@hybridgroup.com>
2026-04-27 08:33:56 +01:00
Martin Robomaze b2d3a2b05b Add Transporter for wasm js target (#42)
* added js target specific roundtrip

* roundtrip_js dial parameter fix
2026-04-17 10:41:57 +02:00