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
Right now ChakraCore has a lot of outdated compiled .wasm in tests. As a rule, they were compiled manually and placed inside test folders.
In my opinion, we can enhance wasm testing approach: we can use wabbit's wat2wasm everywhere and just update wabbit as soon as the new version of wabbit will be published.
Right now ChakraCore has a lot of outdated compiled
.wasm
in tests. As a rule, they were compiled manually and placed inside test folders.In my opinion, we can enhance wasm testing approach: we can use wabbit's
wat2wasm
everywhere and just update wabbit as soon as the new version of wabbit will be published.Does it make sense? @ppenzin @zenparsing @rhuanjl @chicoxyzzy.
The text was updated successfully, but these errors were encountered: