summaryrefslogtreecommitdiff
path: root/src/wasm-builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-builder.h')
-rw-r--r--src/wasm-builder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm-builder.h b/src/wasm-builder.h
index a0a43bc07..4258b9336 100644
--- a/src/wasm-builder.h
+++ b/src/wasm-builder.h
@@ -723,6 +723,9 @@ public:
value = Literal(bytes.data());
break;
}
+ case anyref:
+ // TODO Implement and return nullref
+ assert(false && "anyref not implemented yet");
case exnref:
// TODO Implement and return nullref
assert(false && "exnref not implemented yet");