We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#803 updated to the latest spec_testsuite, which contained a new test which triggers an assertion failure with in lightbeam in call.wast.
spec_testsuite
The assertion failure is "Float args on stack not yet supported". The testcase does this:
(func $return-from-long-argument-list-helper (param f32 i32 i32 f64 f32 f32 f32 f64 f32 i32 i32 f32 f64 i64 i64 i32 i64 i64 f32 i64 i64 i64 i32 f32 f32 f32 f64 f32 i32 i64 f32 f64 f64 f32 i32 f32 f32 f64 i64 f64 i32 i64 f32 f64 i32 i32 i32 i64 f64 i32 i64 i64 f64 f64 f64 f64 f64 f64 i32 f32 f64 f64 i32 i64 f32 f32 f32 i32 f64 f64 f64 f64 f64 f32 i64 i64 i32 i32 i32 f32 f64 i32 i64 f32 f32 f32 i32 i32 f32 f64 i64 f32 f64 f32 f32 f32 i32 f32 i64 i32) (result i32) (local.get 99) )
The text was updated successfully, but these errors were encountered:
Lightbeam was removed in #3390 as explained in RFC 14, so I'm going to close this.
Sorry, something went wrong.
No branches or pull requests
#803 updated to the latest
spec_testsuite
, which contained a new test which triggers an assertion failure with in lightbeam in call.wast.The assertion failure is "Float args on stack not yet supported". The testcase does this:
The text was updated successfully, but these errors were encountered: