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