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

feat(wasm): beerus demo page #692

Open
sergey-melnychuk opened this issue Jun 22, 2024 · 0 comments · May be fixed by #691
Open

feat(wasm): beerus demo page #692

sergey-melnychuk opened this issue Jun 22, 2024 · 0 comments · May be fixed by #691
Assignees
Labels

Comments

@sergey-melnychuk
Copy link
Contributor

sergey-melnychuk commented Jun 22, 2024

WIP: #691
With 'stateless execution' (blockifier/cairo-vm & blocking client) disabled, remaining parts of Beerus are buildable already against wasm32-unknown-unknown target.
This allows exposing Ethereum methods (via Helios) and Starknet methods (via non-blocking client) directly, so JS client that consumes WASM library should be able to access them directly (e.g. to get recent & proven blocks from L2 and L1 respectively).

Detected wasm32 unfriendly crates:

  • rustls + ring (reqwest (solved in helios), ureq)
  • mimalloc (blockifier -> cairo-vm)
@sergey-melnychuk sergey-melnychuk self-assigned this Jun 22, 2024
@sergey-melnychuk sergey-melnychuk linked a pull request Jun 22, 2024 that will close this issue
@sergey-melnychuk sergey-melnychuk changed the title feat(wasm): Beerus demo runnable in a web page feat(wasm): beerus demo page Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant