Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jolt book wasm tutorial questions #448

Open
Marky-Shi opened this issue Aug 26, 2024 · 0 comments
Open

Jolt book wasm tutorial questions #448

Marky-Shi opened this issue Aug 26, 2024 · 0 comments

Comments

@Marky-Shi
Copy link

Marky-Shi commented Aug 26, 2024

Hi team I encountered some problems when I was operating wasm according to the document https://jolt.a16zcrypto.com/usage/wasm_support.html. I personally think that there are some details that can be supplemented in this document, such as the need to install wasm-pack locally, otherwise executing jolt build-wasm will report an error.
In addition to this, I encountered other problems.

  1. My machine is macos, and I will encounter link cc error. I guess this is related to the CPU architecture. I wonder if jolt wasm supports compilation and running on arm?
  2. In the wasm example, proof.save_to_file("proof.bin") always shows that there is no proof and there is no save method, but in fact it is implemented in the code. Maybe this is related to my cargo.toml configuration.

Hope you can help me,Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Marky-Shi and others