Error: Failed while trying to deploy canisters.
Caused by: Failed while trying to install all canisters.
Caused by: Failed to install wasm module to canister ‘repu_backend’.
Caused by: Failed during wasm installation call
Caused by: The replica returned a rejection error: reject code CanisterError, reject message Error from Canister bkyz2-fmaaa-aaaaa-qaaaq-cai: Canister’s Wasm module is not valid: Wasm module has an invalid import section. Module imports function ‘__wbindgen_object_drop_ref’ from ‘wbindgen_placeholder’ that is not exported by the runtime…
This is likely an error with the compiler/CDK toolchain being used to build the canister. Please report the error to IC devs on the forum: https://forum.dfinity.org and include which language/CDK was used to create the canister., error code None
(base) code_sultan@kaftandev:~/repu$
1 Like
Suggested reading:
- Ideas on tracking down "Module imports function '__wbindgen_describe' from '__wbindgen_placeholder__' that is not exported by the runtime." - #3 by GLdev
- Module imports function '__wbindgen_describe' from '__wbindgen_placeholder__' that is not exported by the runtime - #2 by GLdev
- Using random module from Rust
thanks for contributing @Severin
1 Like