-
Notifications
You must be signed in to change notification settings - Fork 38
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
CI: Convert WAST test to JSON #465
Conversation
5bc8b5a
to
06d5d04
Compare
f3f84fb
to
7cdf7e4
Compare
Codecov Report
@@ Coverage Diff @@
## master #465 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 56 56
Lines 8704 8704
=======================================
Hits 8594 8594
Misses 110 110 |
010ba71
to
e3ee791
Compare
With WABT 1.0.19 we have to run |
Correct. We probably should disable every extension explicitly (except mutable globals). |
c70fea5
to
f3676eb
Compare
Adds simple script to convert WAST tests to JSON on CI instead of relaying on JSON files being available in the wasm-spec repo.
Adds simple script to convert WAST tests to JSON on CI instead of
relaying on JSON files being available in the wasm-spec repo.