Wasm block

Note
This section is not finished. See some examples here.

The wasm block allows you to write inline WAT assembly inside of Water source code.

Inline function

Example inline wasm expression

Warning
Unfortunately, it is not currently possible to embed Water code inside of inline assembly, but this is a planned feature that will hopefully be available very soon. You might be able to get similar results with `unchecked wasm`.