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
This fixes four things in the JS-API tests:
1. Pass BigInt for i64 WebAssembly.Table and WebAssembly.Memory
constructors.
2. Use reference types for tables (would throw a TypeError
otherwise).
3. Overwrite 'toString' instead of 'valueOf' for the 'index' property
which is a string.
4. 'index' is read after 'element' and before 'initial' in Table
construction.
0 commit comments