spec icon indicating copy to clipboard operation
spec copied to clipboard

[test] global_i64 inconsistency

Open yamt opened this issue 1 year ago • 3 comments

  • global.wast uses global_i64

  • imports.wast has it commented out

  • "spectest" in sync_index.js/async_index.js doesn't have it

yamt avatar Aug 03 '22 11:08 yamt

  • imports.wast has it commented out

That's because JS originally couldn't handle it. We should be able to activate these tests nowadays.

  • "spectest" in sync_index.js/async_index.js doesn't have it

That's odd. How does it handle global.wast then? @Ms2ger, do you know?

rossberg avatar Aug 03 '22 13:08 rossberg

Not off hand - I can try to look into it if that's helpful.

Ms2ger avatar Aug 03 '22 13:08 Ms2ger

Yeah, that would be great, since I don't really know or use that code and it looks like @bnjbvr is no longer around.

rossberg avatar Aug 03 '22 15:08 rossberg