Open Samboy76 opened 1 year ago
SOLL follows the standard of EWASM. It will not export any public function defined by users to the export list. Instead, please use the EVM way to interact with the generated contracts.
Thanks for the reply. So I gather it’s nothing wrong with the SOLL compilation to the binary object then? Is there an -debug option to soll command line that would spit out any possible compilation errors? Can you kindly adjust the above JavaScript code snippet to work in EVM way as I’m a newbie in this space and have already spent several days on it trying to get this to work effectively. Thanks again for your help.
Here´s the original solidity source code:
Javascript:
Output:
Would appreciate your help since I have followed the original steps guidance for solidity .sol compilation under README section. FYI there wasn´t any issue in generating the helloWorld.wasm object and can see hexadecimal byte codes inside the file which means the compilation process must have worked ok. Thank you!