https://discord.cloudflare.com logo
Join Discord
Powered by
# workerd
  • z

    zizi

    05/17/2023, 7:33 AM
    hi, I reported one issue realted to websocket. If possible could someone please help me check this? Maybe I doing some wrong.. https://github.com/cloudflare/workerd/issues/659
  • h

    huw

    05/18/2023, 2:01 AM
    I got workerd running in GitHub Codespaces by upgrading Debian to v12 (https://github.com/cloudflare/workerd/issues/46#issuecomment-1552255829)
  • l

    Lookboter

    05/18/2023, 6:14 AM
    I have a weird one here... Anyone bumped into this before?
    Copy code
    Specifically the "@cloudflare/workerd-windows-64" package is present but this platform
    needs the "@cloudflare/workerd-windows-64" package instead. People often get into this
    situation by installing workerd on macOS and copying "node_modules"
    into a Docker image that runs Linux.
  • k

    kian

    05/18/2023, 6:16 AM
  • k

    kian

    05/18/2023, 6:16 AM
    What platform are you actually on?
  • l

    Lookboter

    05/18/2023, 6:17 AM
    windows 64
  • l

    Lookboter

    05/18/2023, 6:17 AM
    May be something else I am messing up due to webpack.
  • l

    Lookboter

    05/18/2023, 6:41 AM
    For anyone else having the issue, just mark miniflare etc as
    externals
    like so
    Copy code
    externals: [
        '@cloudflare/workerd-windows-64',
        'workerd',
        'miniflare'
      ],
  • t

    Tom Sherman

    05/18/2023, 8:17 AM
    i pray that some day workerd will be distributed as a single, statically-linked binary - like deno
  • m

    MrBBot

    05/18/2023, 10:15 AM
    Yep, we're working on it... 😅 Think we have a solution at least for Linux, but requires some upstream PRs to be merged first.
  • t

    Tom Sherman

    05/18/2023, 10:15 AM
    This is music to my ears
  • l

    Lookboter

    05/23/2023, 4:55 AM
    Is there a callback function or such to get the log output from the script passed thru to
    unstable_dev
    ?
  • l

    Lookboter

    05/23/2023, 4:56 AM
    I am able to get the
    unstable_dev
    debug logs itself and see the requests logged, however, not the
    console.log
    statements in the script itself.
  • m

    mz

    05/24/2023, 12:46 AM
    Neat. Linux would do just fine, since for us, the primary usecase is deploying the code written for Cloudflare Workers (minus the Workers Platform stuff) to other VPSes. Curious though: When you say upstream, you mean v8?
  • m

    MrBBot

    05/24/2023, 8:42 AM
    Nope, just some build system stuff 😅 https://github.com/bazelbuild/rules_rust/pull/1781 This got merged yesterday, so should be good to go. Just testing the build on lots of different platforms now. 👍
  • l

    Larry

    05/25/2023, 11:28 PM
    I saw a post during developer week that Cloudflare is close to having the ability to use vitest with workerd/wrangler3. What's the status of that? Any chance of trying it out now? All of our tests are vitest so we can't upgrade until that works for our use cases.
  • d

    Dani Foldi

    05/26/2023, 6:44 AM
    From what I’ve heard it’s still an experimental thing, not yet ready to be released, but coming
  • a

    admah

    05/26/2023, 9:20 PM
    yes, there are some hurdles to getting it in, but it is something we're exploring.
  • The 2nd one doesn't seem to affect
    o

    oca.computer

    12/12/2023, 5:19 PM
    hey! @MrBBot any idea on this? It's happening both on our development and production systems seemingly randomly with no extra info on what is causing this crash.
    m
    • 2
    • 4
  • Hi everyone, hope your holidays are
    e

    Eezergoode

    12/27/2023, 11:10 PM
    Posted over on #1052656806058528849 just in case https://discord.com/channels/595317990191398933/1189705102966149190