-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbolic tests refactoring #126
Conversation
5c4cdf4
to
cd7142b
Compare
test/sym/memory.wat
Outdated
;; in memory.t, only one model symbol is equal to 0 | ||
(call $i32 (i32.load8_s (i32.const 0))) | ||
(call $i32 (i32.load16_s (i32.const 4))) | ||
(call $i32 (i32.load (i32.const 8))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same suggestion than for global tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, done !
Should these tests be combined with load
and store
..8..
..16..
..32..
... ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Could you format the code with |
Thanks! |
No description provided.