By the way if anyone has an easy way to point me to any of the following it would be much appreciated
- An example of the (block) syntax in textual wasm
- An "alignment" is described in "memarg" in the spec, but this shows up nowhere in the textual wasm examples I find. Is this implicit in the use of `i32.` instructions?
- Is there a way to query the current wasm stack depth?