This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
JS API changes? #24
Closed
Description
This proposal looks like it might need changes to the JS API, off the top of my head at least these:
- the index type needs to be described in the memory descriptor (our prototype uses the key "index" for this)
- the current JS API enforces the range of initial and max to be unsigned long, ie, a u32, but this proposal requires something better than that