Files
IronCalc/bindings/wasm
Nicolás Hatcher ffe5d1a158 UPDATE: Adds bindings to update timezone and locale
UPDATE: Update "generate locale" utility

FIX: Minor fixes to UI and proper support for locales/timezones

UPDATE: Adds "display language" setting to core
2025-12-13 08:12:11 +01:00
..
2025-02-06 20:48:38 +01:00
2024-12-26 10:21:21 +01:00

IronCalc Web bindings

This crate is used to build the web bindings for IronCalc. Note that it does not contain the xlsx writer and reader, only the engine.

https://www.npmjs.com/package/@ironcalc/wasm?activeTab=readme

Building

Dependencies:

  • Rust
  • wasm-pack
  • TypeScript
  • Python
  • binutils (for make)
make

Testing

Right now this is a manual process and only carries out a smoke test:

  1. Build the package
  2. Run python -m http.server
  3. In your browser open http://0.0.0.0:8000/test.html

Publishing

Follow the commands:

wasm-pack login
make
cd pkg
npm publish --access=public