Frank Laub

Results 105 comments of Frank Laub

I have a plan for this, and in fact have implemented it before. Just need to find some time.

Perhaps we can revisit this later, but doesn't seem like an urgent need at the moment.

`browser-verify` uses `npm test` so that we can test it in a browser.

See: https://github.com/risc0/risc0/blob/main/.github/workflows/main.yml#L213

I wonder if this is now unblocked?

The long-term way I'd like to introduce language bindings (including python) is to use the client/server interface, so that we don't need to worry about issues like this (dynamic linking...

The intent is for protobuf to be used as the protocol between client/server. So the idea would be for us to run `protoc` to generate python code. Then there's a...

I'll need to review before we run on CI, thanks.