Garrett Gu

Results 17 issues of Garrett Gu

I have tried building this kernel on a few different machines but seem to have an issue getting a build to run in QEMU. I didn't make any changes to...

bug

This should address Issue #4183

Feature: Processor/68000
Status: Internal

This branch will contain all the documentation related to Python Workers. As we add more documentation, we will continue to create PR's into this branch.

product:workers
size/m

This PR makes sure that the bundle type is set correctly in remote dev mode when the main module is a Python module. It also ensures that the source URL...

After some discussion, the runtime team has decided that we should prevent users from specifying version identifiers altogether within requirements.txt, rather than silently dropping them. This would prevent users from...

Currently we strip version numbers from requirements.txt when translating to a worker config (and that's probably what we want). However, for now we need to specify the version number to...

Test plan: ``` for t in samples/pyodide*; do echo $t; ./bazel-bin/src/workerd/server/workerd test $t/config.capnp --experimental; done ```

This PR does a few things: 1. It updates the pyodide bucket to one that includes a file called `all_wheels.zip` in its GitHub release. 2. It uses this file to...

build
bazel