Ron Evans
Ron Evans
@aykevl there are requests now for the features in this PR. Any chance you can bring it back to life?
I also misunderstood the PR lol. Thanks for the clarification.
Hello @mbialon thank you very much for the PR. Could you please add a smoke test for it here: https://github.com/tinygo-org/drivers/blob/release/smoketest.sh Thanks!
Thank you for the addition @mbialon now squash/merging.
`httptrace` was just added in https://github.com/tinygo-org/net/pull/39
Also see https://github.com/tinygo-org/tinygo/pull/4990
That functionality is not yet supported, but I'm sure we would like to have it!
Just merged into `dev` and tagged this issue with "next release"
Closed as part of v0.36.0
I was looking at this, and it works as expected if you add the `-scheduler none` flag to the build: ```shell GOOS=wasip1 GOARCH=wasm tinygo build -buildmode c-shared -o reactor.wasm -scheduler...