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
The code using ring can be complied to .wasm file successfully. But when try to run the .wasm file, the error came out.
M new guy for Rust and WASM. I need a crypto lib of Rust which can be used on WASM. Any help is appreciated.
The text was updated successfully, but these errors were encountered:
I believe I'm facing a similar issue, altho in my case the error is less descriptive: Uncaught TypeError: Error resolving module specifier “env”. Relative module specifiers must start with “./”, “../” or “/”.
Can ring be used on WASM ?
The code using ring can be complied to .wasm file successfully. But when try to run the .wasm file, the error came out.
M new guy for Rust and WASM. I need a crypto lib of Rust which can be used on WASM.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: