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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell-interface.h b/src/shell-interface.h
index 92f562b48..ae86d13ec 100644
--- a/src/shell-interface.h
+++ b/src/shell-interface.h
@@ -118,6 +118,7 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
case Type::funcref:
case Type::externref:
case Type::exnref:
+ case Type::anyref:
globals[import->name] = {Literal::makeNull(import->type)};
break;
case Type::none: