Live data from Hacker News

Viewing profile — jbrandhorst

jbrandhorst

HN member
Joined
Thu, Jan 10, 2019, 9:22 PM UTC
HN karma
50
Public activity
13 items

About jbrandhorst

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. 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.

  5. 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…

  6. comment
    Comment #33322969

    Accompanying tech blog post: https://www.kwoodhouse.co.uk/tech/trail-tracker

  7. story
  8. story
  9. story
  10. story
  11. 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…

  12. 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…

  13. 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…