Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.

ironcalc/web-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Web bindings for IronCalc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published