How to convert a frontend canister to .wasm
file?
After dfx deploy package_manager_frontend
I can’t find a .wasm
file for this module.
How to convert a frontend canister to .wasm
file?
After dfx deploy package_manager_frontend
I can’t find a .wasm
file for this module.
dfx unpacks the canister wasm to .dfx/local/canisters/<canister name>/assetstorage.wasm.gz
. You can also directly get it from sdk/src/distributed at master · dfinity/sdk · GitHub