Weikeng Chen

Results 288 comments of Weikeng Chen

Seems to be just adding `.compiler("clang")` to cc builder. I have the hunch that this depends on how bad GCC is. If we see more occurrences that using GCC is...

It also makes a lot of sense to have a ticketing model. Think about most dApps. The users are the ones that pay for the fee. The logic would be...

And just a note that some pending typo PRs are still fairly novel as they found non-spelling issues. If people are interested, the current repository mentions SHA-256 a few times...

Aha! I just updated my solution into a completely different one that should have simpler behaviors and can handle the case. Can you take a look again? I updated my...

The new solution is less hacky because it no longer cares about the wrapper, but it only modifies how basic types are being handled. This is consistent with RISC Zero's...

We can analyze this in a through manner. According to https://docs.rs/serde/latest/serde/trait.Serializer.html, there are the following cases to consider. - **14 primitive types** - bool - i8, i16, i32, i64, i128...

Sure. Let me drop the macros and submit a PR. Will leave the naming discretion to RISC Zero.

(is there a way to not require `entry!`? since it is naturally that the function called `main` would be the main)

is making it public a simple solution? or, does it has a side effect?