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
I realize this is probably better raised in the motoko repo but I encountered it at embed.smartcontracts.org so I figured I’d start here.
I was trying to help someone translate some Motoko code to Candid so they could call a method using dfx, and ran into mo:12.1-12.20: internal error, Invalid_argument("to do: ToCandidE")
It might be possible to implement this feature directly in Embed Motoko using a Wasm module, so I'll keep this issue open to track progress for this approach.
I realize this is probably better raised in the
motoko
repo but I encountered it at embed.smartcontracts.org so I figured I’d start here.I was trying to help someone translate some Motoko code to Candid so they could call a method using
dfx
, and ran intomo:12.1-12.20: internal error, Invalid_argument("to do: ToCandidE")
It originates here: https://github.com/dfinity/motoko/blob/26c229ad2b6305e15740eb718aa1caf1329f9afd/src/mo_interpreter/interpret.ml#L439-L440
The text was updated successfully, but these errors were encountered: