mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add WASM FunC autotests (#673)
* feat: func wasm autotests * fixes necessary for func wasm autotests --------- Co-authored-by: krigga <krigga7@gmail.com>
This commit is contained in:
parent
8d919a5db9
commit
8b0d6a2665
6 changed files with 172 additions and 3 deletions
|
@ -92,6 +92,7 @@ td::Result<std::string> compile_internal(char *config_json) {
|
|||
result_obj("status", "ok");
|
||||
result_obj("codeBoc", td::base64_encode(boc));
|
||||
result_obj("fiftCode", escape_json(outs.str()));
|
||||
result_obj("codeHashHex", code_cell->get_hash().to_hex());
|
||||
result_obj.leave();
|
||||
|
||||
outs.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue