Searched defs:WasmError (Results 1 – 2 of 2) sorted by relevance
34 WasmError(uint32_t offset, std::string message) in WasmError() function41 WasmError(uint32_t offset, const char* format, ...) : offset_(offset) { in WasmError() function
32 class WasmError; variable