You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: