Frank Laub

Results 75 comments of Frank Laub

This is currently on the roadmap and we're actively working on it!

A failing test is being added: https://github.com/risc0/risc0/pull/259 Our current priority is to get this test to pass.

@jbruestle Is it OK if we drop this GPIO entirely? I don't think any of the new examples use this feature anymore.

@pdg744 or @jbruestle do we have any references to answer this question?

Benchmark results: | arch | lang | N | duration | ------------|------|----|----------| | aarch64 | rust | 10 | 17.496us | | aarch64 | rust | 15 | 986.75us |...

Whenever dependencies are changed, the bazel/cargo lock files need to be updated. To do this, you can run: ``` REPIN=1 bazelisk test //... ``` And then commit and push the...

Also we now require `Cargo.toml` dependencies to be sorted. There's a handy tool for doing this: ``` cargo install cargo-sort cargo sort -w ```

@cemozerr Could you run `bazelisk run rustfmt`?

@intoverflow In case we still need it

@andreibalasanov I'm having trouble getting this to work on my M1 Mac: ``` $ cmake -G Ninja -S . -B cmake-build -- The C compiler identification is AppleClang 13.1.6.13160021 --...