I’m trying to wirte a canister that can store the wasm blob so that we can install the wasm greater than 2M to the canister by using the management canister interface (I use the motoko). But I meet the follow errors:
Are these wasm format errors?
I’m trying to wirte a canister that can store the wasm blob so that we can install the wasm greater than 2M to the canister by using the management canister interface (I use the motoko). But I meet the follow errors:
Yes, very likely the wasm_module
argument to install_code
isn’t a valid binary wasm module blob.