summaryrefslogtreecommitdiff
path: root/test/passes/strip.bin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/strip.bin.txt')
-rw-r--r--test/passes/strip.bin.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/passes/strip.bin.txt b/test/passes/strip.bin.txt
new file mode 100644
index 000000000..e11a0a6f7
--- /dev/null
+++ b/test/passes/strip.bin.txt
@@ -0,0 +1,15 @@
+(module
+ (type $0 (func (result i32)))
+ (import "env" "__linear_memory" (memory $0 0))
+ (import "env" "__indirect_function_table" (table $timport$1 0 anyfunc))
+ (func $0 (; 0 ;) (type $0) (result i32)
+ (local $0 i32)
+ (set_local $0
+ (i32.const 1)
+ )
+ (return
+ (get_local $0)
+ )
+ )
+ ;; custom section "zinking", size 28
+)