There is a newer version of the record available.

Published December 22, 2025 | Version v0.8.9
Software Open

usnistgov/h5wasm: v0.8.9

Description

What's Changed

  • Cast shape, maxshape and total_size to (double) by @bmaranville in https://github.com/usnistgov/h5wasm/pull/113
  • Adds a new function check_malloc(nbytes: number | bigint): number; that returns a pointer after checking:
    • that it is not requesting more than the maximum memory available in the heap (often 2GB, depends on compiler settings)
    • that the allocation was successful (malloc returns 0 if it fails)

Full Changelog: https://github.com/usnistgov/h5wasm/compare/v0.8.8...v0.8.9

Files

usnistgov/h5wasm-v0.8.9.zip

Files (317.3 kB)

Name Size Download all
md5:926d0a2df52732c6eb39e12cda92f2d4
317.3 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/usnistgov/h5wasm/tree/v0.8.9 (URL)

Software