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.
Improvements
Embedded WASM binary — the ~12 KB WASM binary is now base64-inlined into the JS bundle, eliminating the need to copy and serve wterm.wasm as a static asset. wasmUrl is now optional and only needed when serving the binary separately for caching or CDN use.
Updated docs and READMEs to reflect the zero-setup WASM approach
Bug Fixes
Fixed renderer formatting — minor code style cleanup in the DOM renderer