Actually make the demo runnable

This commit is contained in:
Nathan Braswell
2021-11-27 22:13:07 -05:00
parent 4956596f30
commit de8073d1fc

View File

@@ -1275,6 +1275,7 @@
(elem (i32.const 0) '$start '$start)
(export "memory" '(memory $mem))
(export "_start" '(func $start))
)))
(_ (print "to out " output))
(_ (write_file "./csc_out.wasm" output))