Will Stranton

Results 4 comments of Will Stranton

Coincidentally, https://github.com/bazelbuild/bazel/issues/26307 was filed 6 days after this issue was filed, and ended up adding `.whl` file support in [d9634ca](https://github.com/bazelbuild/bazel/commit/d9634ca1c143136ef3b02b5ad8876a62368762b5). So I think the root problem that author had has...

I don't want to deter progress on this pull request, but I wanted to note that I'm doing initial investigations for a pure starlark toml encoder/decoder based on [python's tomli](https://github.com/hukkin/tomli)....

> One of the drivers here is performance.... As you're developing feel free to check out... @dzbarsky See the proof of concept here https://github.com/willstranton/wasm-repro/tree/starlark_toml_poc When I ran python against starlark,...

> Timing wasm isnt just timing the build, it's running the wazero binary. Oops, I forgot you also had it run twice, so you're right - the numbers given aren't...