Text

Text can be stored in linear memory as bytes. You can use the data command to store text.

(data (i32.const 0) "Hello World")

Last updated