API Functions
Exception
-
struct WasmVM::Exception::Exception : public std::runtime_error
-
Exception(std::string msg)
-
struct WasmVM::Exception::Parse : public Exception
-
Parse(std::string msg, std::pair<size_t, size_t> location)
-
std::pair<size_t, size_t> location
-
struct WasmVM::Exception::Decode : public Exception
-
Decode(std::string msg, size_t location)
-
size_t location
-
struct WasmVM::Exception::Warning
-
Warning(std::string msg)
-
Warning(const char *msg)
-
static void regist(std::function<void(std::string)> handler)