| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 682105d5d69e4ed7a743fe28aa172bb0be0de248..8bd41f325b0ec7d1cae43e525a22f456395e6288 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -489,7 +489,8 @@ class CallSite {
|
| T(WasmTrapRemByZero, "remainder by zero") \
|
| T(WasmTrapFloatUnrepresentable, "integer result unrepresentable") \
|
| T(WasmTrapFuncInvalid, "invalid function") \
|
| - T(WasmTrapFuncSigMismatch, "function signature mismatch")
|
| + T(WasmTrapFuncSigMismatch, "function signature mismatch") \
|
| + T(WasmTrapMemAllocationFail, "failed to allocate memory")
|
|
|
| class MessageTemplate {
|
| public:
|
|
|