iotaledger / identity.rs

Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA Tangle.
https://www.iota.org
Apache License 2.0
292 stars 82 forks source link

[Request] WASM build for JavaScriptCore #273

Open sobolev-alexey opened 3 years ago

sobolev-alexey commented 3 years ago

Description

We need a WASM version build specifically to work with JavaScriptCore, which powers React Native. There is a crate to support this: https://lib.rs/crates/javascriptcore-rs

For more details see here and here

m-renaud commented 3 years ago

Hey @sobolev-alexey, thanks for the suggestion and the resources! The lib.rs link appears to be broken, I found the same library on https://crates.io/crates/javascriptcore-rs, but there's not much documentation there unfortunately. Do you know of any existing projects that have JavaScriptCore bindings using this crate?

sobolev-alexey commented 3 years ago

Hey @m-renaud I think that Polkadot uses JavaScriptCore in this project, at least this is what stated in this ticket.

You can also check the discussion here, it might be quite useful

JelleMillenaar commented 2 years ago

@eike-hass Is this still relevant / unresolved?

sobolev-alexey commented 2 years ago

It is less relevant now, since we internally decided to switch from React Native to Svelte due to missing Identity functionality for RN.