I am following these instructions in the documentation to create a .did
file:
I am able to run all of the commands until the last one. When I run the last command candid-extractor target/wasm32-unknown-unknown/release/backend.wasm > backend.did
, I receive this error:
Error: failed to find function export
get_candid_pointer`
What could be wrong?