summaryrefslogtreecommitdiff
path: root/deps/v8/third_party/wasm-api/example/start.wat
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/third_party/wasm-api/example/start.wat')
-rw-r--r--deps/v8/third_party/wasm-api/example/start.wat4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/third_party/wasm-api/example/start.wat b/deps/v8/third_party/wasm-api/example/start.wat
new file mode 100644
index 0000000000..eb95116a49
--- /dev/null
+++ b/deps/v8/third_party/wasm-api/example/start.wat
@@ -0,0 +1,4 @@
+(module
+ (func $start (unreachable))
+ (start $start)
+)