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
Hey, I was just updating the library from an older version and some of my code, but am running now into this:
cargo build --release --target wasm32-unknown-unknown
Compiling cryptasm v0.1.0 (file:///Users/dignifiedquire/opensource/cryptasm)
Finished release [optimized] target(s) in 0.71s
> [email protected] build:bindgen /Users/dignifiedquire/opensource/cryptasm
> wasm-bindgen target/wasm32-unknown-unknown/release/cryptasm.wasm --out-dir dist
error: failed to generate bindings for Rust export `encrypt`
caused by: the exported function `__wbindgen_global_argument_ptr` is required to generate bindings but it was not found in the wasm file, perhaps the `std` feature of the `wasm-bindgen` crate needs to be enabled?
Uh oh!
There was an error while loading. Please reload this page.
Hey, I was just updating the library from an older version and some of my code, but am running now into this:
My versions are
any idea what I am doing wrong?
The text was updated successfully, but these errors were encountered: