webassemblyjs
webassemblyjs copied to clipboard
Memory instructions alignment and offset validation
There are some restrictions on these arguments for the memory instructions to be well typed.
-
https://github.com/xtuc/webassemblyjs/blob/master/packages/validation/src/type-checker/get-type.js#L355
-
https://github.com/xtuc/webassemblyjs/blob/master/packages/validation/src/type-checker/get-type.js#L373