You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
global: ( global <type>* ) | ( global <name> <type> )
201
+
table: ( table <var>* )
202
+
memory: ( memory <int> <int>? <segment>* )
203
+
segment: ( segment <int> "<char>*" )
204
204
```
205
205
206
206
Here, productions marked with respective comments are abbreviation forms for equivalent expansions.
207
207
208
-
The data string is used to initialise the lower end of the memory. It is an ASCII string, that can have the usual escape sequences, or hex escapes of the form `\xx` to denote a single byte.
208
+
The segment string is used to initialize the memory at the given offset.
0 commit comments