summaryrefslogtreecommitdiff
path: root/test/run-c-api-examples.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-c-api-examples.py')
-rwxr-xr-xtest/run-c-api-examples.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-c-api-examples.py b/test/run-c-api-examples.py
index 40a43c87..01b728b0 100755
--- a/test/run-c-api-examples.py
+++ b/test/run-c-api-examples.py
@@ -42,6 +42,7 @@ ALL_EXAMPLES = [
SKIP_EXAMPLES = [
'threads', # We don't yet support threads
'finalize', # This test is really slow
+ 'hostref', # The wasm module is currently invalid (needs subtyping changes)
]
IS_WINDOWS = sys.platform == 'win32'