You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
has a (work-in-progress) test in test/float64.wasm. It currently fails mysteriously with
test/float64.wasm:524.130-524.130: syntax error
Line 524 is syntactically correct. Deleting seemingly any single the assert line from the file makes the syntax error go away. Suspiciously, the file size is just over 65536 bytes.
Anyone have any clues as to what could be going on here?