-
Couldn't load subscription status.
- Fork 4
Open
Description
- 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&selfmethods. - 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.
- Refactor all methods to use
- Add more examples and tests.
kyoncy, jmcnamara, tamaroning, aszenz and leobuskin
Metadata
Metadata
Assignees
Labels
No labels