Skip to content

Commit

Permalink
Merge pull request WebAssembly#479 from WebAssembly/fix.476
Browse files Browse the repository at this point in the history
[spec] Tweak dimensionality in array.new_data
  • Loading branch information
rossberg committed Nov 10, 2023
2 parents 65752fb + d3c8128 commit 60b1ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/exec/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ Reference Instructions
\begin{array}[t]{@{}r@{~}l@{}}
(\iff & \expanddt(F.\AMODULE.\MITYPES[x]) = \TARRAY~\X{ft}^n \\
\land & t = \unpacktype(\X{ft}) \\
\land & (\bytes_{\X{ft}}(c))^n = S.\SDATAS[F.\AMODULE.\MIDATAS[y]].\DIDATA[s \slice n\cdot|\X{ft}|/8] \\
\land & \concat((\bytes_{\X{ft}}(c))^n) = S.\SDATAS[F.\AMODULE.\MIDATAS[y]].\DIDATA[s \slice n\cdot|\X{ft}|/8] \\
\end{array} \\
\end{array}
Expand Down

0 comments on commit 60b1ec9

Please sign in to comment.