Skip to content

wasm-xlsxwriter v1.0.0 milestone #119

@rajyan

Description

@rajyan
  • Enable automatic generation for wrapping simple methods.
  • Automatically migrate rust_xlsxwriter’s method documentation.
  • Increase method coverage from rust_xlsxwriter.
  • Add performance benchmarks comparing wasm-xlsxwriter with other JavaScript libraries.
  • Standardize internal state handling:
    • Refactor all methods to use Arc<Mutex> internally and expose them as &self methods.
    • Although this may feel awkward from a Rust interface perspective, it helps prevent runtime errors on the JavaScript side, where invalid operations cannot be checked at compile time.
  • Add more examples and tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions