Rust implementation of ccunits, wasm-ready
- wasm-pack
- Web:
wasm-pack build --target web
- Bundler:
wasm-pack build --target bundler
- Node:
wasm-pack build --target node
import * as ccunits from 'ccunits-rust'
const mins = ccunits.to_minimal('134.677452125', 18) // "134677452125000000000"
const currency = ccunits.from_minimal('134677452125000000000', 18) // '134.677452125'