signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use rust lib in plain JS in web client without NodeJS?

Invariant0x opened this issue · comments

Hi I want use RUST lib with http://webassembly.org/ Can I do it? Help please

You can try, but it's not a supported configuration. In particular, you'll have to write your own bridging layer that uses Wasm bindings instead of Neon.