Skip to content

v0.1.3

Choose a tag to compare

@ctate ctate released this 15 Apr 05:31
· 37 commits to main since this release
0ce1b81

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

Contributors