12std::vector<uint8_t>
decode_bytecode(
const std::string& base64_bytecode);
15std::vector<uint8_t>
gunzip(
const std::string& path);
18std::vector<uint8_t>
get_bytecode(
const std::string& bytecode_path);
std::vector< uint8_t > get_bytecode_from_json(const std::string &json_path)
std::vector< uint8_t > decode_bytecode(const std::string &base64_bytecode)
std::vector< uint8_t > get_bytecode(const std::string &bytecode_path)
std::vector< uint8_t > gunzip(const std::string &path)