Brian Benjamin Maranville
Brian Benjamin Maranville
@mousseq : Patched version published just now... v0.7.4
Your solution looks pretty reasonable... I will check it out and see if it interferes with anything else. Thanks!
h5py is adding runtime_library_dirs to the build_ext command when os.name != 'nt', which not compatible with emscripten. I added another patch, and activated the patch in the recipe.yaml ... with...
The error message during testing: AttributeError: "safe_load()" has been removed, use yaml = YAML(typ='safe', pure=True) yaml.load(...) instead of file "/home/bbm/miniforge3/envs/emscripten-forge/lib/python3.10/site-packages/boa/core/test.py", line 67 d = ruamel.yaml.safe_load(fi)
I can confirm that using a stock version of boa (installed v0.17 from mamba) that the build completes successfully, but no tests are run (I'm guessing that the patched version...
Ah, sorry - my most recent PR is a dupe of this. Closing mine...
Any chance of pushing this change out as a quick bugfix release, before the larger release in the wings?
Is the zig dependency still an issue? It looks like the latest version of zig is now available through conda-forge.
in Brave Browser on Windows 10 the plotly test HTML page above starts out using about 91 MB, but then drops to 86 MB after a minute, then after 2...
Can you tell me more about how you encountered the error? Was it in the browser, in a bundled application, etc? When I import h5wasm from https://cdn.jsdelivr.net/npm/[email protected]/dist/esm/hdf5_hl.js in a browser,...