Viewing profile — jbrandhorst
jbrandhorst
HN member- Joined
- Thu, Jan 10, 2019, 9:22 PM UTC
- HN karma
- 50
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About jbrandhorst
No profile information was provided.
Recent public activity
- story
-
comment
Comment #37501557
There's no CGO involved when compiling to Wasm. The sometimes slow performance is due to the hoops the compiled code has to jump through to support the Go runtime and goroutine pre…
-
comment
Comment #37501532
Exports are something we'd like to work on but it turns out it's pretty complicated to reconcile the Go runtime with the WebAssembly environment, especially when there's only a sin…
-
comment
Comment #36427110
FWIW the WASI support is 99% a community contribution, so unfortunately it's not much of an indicator of Google's commitment.
-
comment
Comment #36427099
The type conversion will improve in new releases. FYI recent TinyGo releases supports go:wasmimport too. The desire is definitely to allow users to use either or at least easily mi…
-
comment
Comment #33322969
Accompanying tech blog post: https://www.kwoodhouse.co.uk/tech/trail-tracker
- story
- story
- story
- story
-
comment
Comment #26417022
Mind sharing some details? I've been working on this myself and I don't have much JS ecosystem experience. I found the same issue around using tailwindcss as a postcss plugin (it b…
-
comment
Comment #18878388
I'm the author of this blog post and one of the maintainers of the Improbable grpc-web implementation. I don't explicitly mention it in the post, but no browser has support for fet…
-
comment
Comment #18878346
Hi, I'm the author of this blog post _and_ the author of this repository - so happy to hear you're finding it useful! I agree that the grpc-gateway is very useful still, but for gr…