summaryrefslogtreecommitdiff
path: root/test/metadatas.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/metadatas.wasm.fromBinary')
-rw-r--r--test/metadatas.wasm.fromBinary10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/metadatas.wasm.fromBinary b/test/metadatas.wasm.fromBinary
new file mode 100644
index 000000000..2e6531678
--- /dev/null
+++ b/test/metadatas.wasm.fromBinary
@@ -0,0 +1,10 @@
+(module
+ (type $0 (func))
+ (export "a" (func $0))
+ (func $0 (; 0 ;) (type $0)
+ (nop)
+ )
+ ;; custom section "emscripten_metadata", size 7
+ ;; custom section "producers", size 187
+)
+