More options for asc

This commit is contained in:
dcodeIO
2017-12-04 19:26:50 +01:00
parent 0e6bfa45f8
commit df3e34f2aa
17 changed files with 565 additions and 32 deletions

View File

@ -0,0 +1,5 @@
(module
(memory $0 1)
(data (i32.const 4) "\08")
(export "memory" (memory $0))
)