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
Start migrating imported functions to the new definition style (#252)
* Start migrating imported functions to the new definition style
Use of different function names for C-name and Wasm's import name is a
bit confusing. Also use of unprefixed function names in the C code is
not a good practice. This commit starts migrating imported functions to
the new naming convention and removes duplicated function definitions
just for IDE support by using macro.
* Migrate rest of imported functions
* Migrate JavaScriptBigIntSupport module
0 commit comments