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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
Enable sign extension ops by default (#1869) (f67e61a)
With all major browsers now shipping them, sign extension operations are now enabled by default. To disable: --disable sign-extension.
Flatten generated TypeScript definitions (#1872) (6540a2d)
Generated TypeScript definitions for WebAssembly modules are now flat, that is do not export default ASModule anymore, but the module members directly, with the ASModule namespace removed.
Revise default optimization level (#1776) (e3d5631)
Changes default optimization levels for --optimize respectively -O to optimizeLevel=3 and shrinkLevel=0, which is more useful in practice.
New features
Implement final SIMD instructions (#1844) (3f70d11)
Bug fixes
Adding duplicate identifier check in function signatures (#1865) (3633f4b)