| Crates.io | esox_wasm |
| lib.rs | esox_wasm |
| version | 0.1.1 |
| created_at | 2025-12-18 23:11:26.392065+00 |
| updated_at | 2025-12-19 13:48:24.690643+00 |
| description | WASM glue library for NISECI and HFBI calc |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1993783 |
| size | 57,368 |
This is a WASM glue library for calculating the NISECI and/or HFBI index for a dataset.
You can find templates for the input files in the templates folder.
Since this library is built with knowing that Excel uses some specific separators with the Italian locale, it supports two formats for input/output.
The format differences are:
; as csv field delimiter, and , can be used as float decimal delimiter; as csv field delimiter, and floats are printed with , as decimal delimiter, as csv field delimiter, and . as float decimal delimiter, as csv field delimiter, and floats are printed with . as decimal delimiterTo build the pkg/.wasm file, run:
cargo install wasm-pack
wasm-pack build --target web`
To test pkg/.wasm file, run:
python -m http.server
This should start a server on http://0.0.0.0:8000 using the provided index.hmtl.