summaryrefslogtreecommitdiff
path: root/deps/v8/third_party/wasm-api/example/reflect.wat
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/third_party/wasm-api/example/reflect.wat')
-rw-r--r--deps/v8/third_party/wasm-api/example/reflect.wat6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/third_party/wasm-api/example/reflect.wat b/deps/v8/third_party/wasm-api/example/reflect.wat
new file mode 100644
index 0000000000..261dfd3c33
--- /dev/null
+++ b/deps/v8/third_party/wasm-api/example/reflect.wat
@@ -0,0 +1,6 @@
+(module
+ (func (export "func") (param i32 f64 f32) (result i32) (unreachable))
+ (global (export "global") f64 (f64.const 0))
+ (table (export "table") 0 50 anyfunc)
+ (memory (export "memory") 1)
+)