webassemblyjs icon indicating copy to clipboard operation
webassemblyjs copied to clipboard

Memory instructions alignment and offset validation

Open maurobringolf opened this issue 7 years ago • 0 comments

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

maurobringolf avatar May 15 '18 07:05 maurobringolf