Replace wabt with rust tools (#5)

This commit is contained in:
Alexander Theißen
2022-01-30 13:05:07 +01:00
committed by GitHub
parent 8291876394
commit 374afe5700
18 changed files with 110 additions and 126 deletions
+2 -2
View File
@@ -19,5 +19,5 @@
i32.const 3
i32.sub
global.set 0)
(global (;0;) (mut i32) (i32.const 0))
(export "simple" (func 1)))
(global (;0;) (mut i32) i32.const 0)
(export "simple" (func 1)))