summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 49b0881b9..6d1f67972 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -123,7 +123,7 @@ enum BinaryOp {
};
enum HostOp {
- PageSize, CurrentMemory, GrowMemory, HasFeature
+ CurrentMemory, GrowMemory
};
enum AtomicRMWOp {