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 c429c3a29..dc72eff5b 100644
--- a/src/shell-interface.h
+++ b/src/shell-interface.h
@@ -124,6 +124,8 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface {
break;
case Type::i31ref:
WASM_UNREACHABLE("TODO: i31ref");
+ case Type::dataref:
+ WASM_UNREACHABLE("TODO: dataref");
case Type::none:
case Type::unreachable:
WASM_UNREACHABLE("unexpected type");