Start background chapter
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(module $wat_example.wasm
|
||||
(type (;0;) (func (result i32)))
|
||||
(func $main (type 0) (result i32)
|
||||
i32.const 42)
|
||||
(memory (;0;) 2)
|
||||
(global $__stack_pointer (mut i32) (i32.const 66560))
|
||||
(export "memory" (memory 0))
|
||||
(export "main" (func $main)))
|
||||
Reference in New Issue
Block a user