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

Compilation to Web Assemby is broken #38

Open
phroi opened this issue Oct 27, 2022 · 1 comment
Open

Compilation to Web Assemby is broken #38

phroi opened this issue Oct 27, 2022 · 1 comment

Comments

@phroi
Copy link

phroi commented Oct 27, 2022

See nervosnetwork/blake2b-rs#13, this error is related to: Status of rust+C bindings for wasm targets.

Basically Rust has good support for Web Assembly, but Rust + C code to Web Assembly is a mess.

Good news is most of the Nervos's Rust code is pure Rust, so it could work well in Web Assembly, except very few (I counted exactly two) libraries that are C wrappers.

Do you want a hand with this?

@blckngm
Copy link
Contributor

blckngm commented Apr 23, 2023

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