Skip to content

v0.3.0

Latest

Choose a tag to compare

@developer0hye developer0hye released this 27 Feb 23:42
· 161 commits to main since this release
b031571

What's New

WASM / WebAssembly Support

  • Conditional compilation guards for WASM target (#[cfg(target_arch = "wasm32")])
  • Resolved third-party dependency WASM compilation issues (getrandom, etc.)
  • wasm-bindgen JavaScript APIconvertToPdf(), convertDocxToPdf(), convertPptxToPdf(), convertXlsxToPdf()
  • WASM compilation check in CI pipeline
  • WASM integration tests with wasm-pack

Other

  • Updated README with WASM usage guide, updated feature descriptions
  • Relaxed perf test budget for CI stability

Full Changelog

v0.2.0...v0.3.0

Contributors