summaryrefslogtreecommitdiff
path: root/src/shell-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell-interface.h')
-rw-r--r--src/shell-interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell-interface.h b/src/shell-interface.h
index 2d9f88846..72c7dc67b 100644
--- a/src/shell-interface.h
+++ b/src/shell-interface.h
@@ -114,6 +114,8 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
break;
case v128:
assert(false && "v128 not implemented yet");
+ case anyref:
+ assert(false && "anyref not implemented yet");
case exnref:
assert(false && "exnref not implemented yet");
case none: