Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
wast_to_wasm.hpp
Go to the documentation of this file.
1#pragma once
2#include <vector>
3#include <string>
4
5namespace sysio { namespace chain {
6
7std::vector<uint8_t> wast_to_wasm( const std::string& wast );
8
9} }
std::vector< uint8_t > wast_to_wasm(const std::string &wast)