# Text

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

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