Brian Takita
Brian Takita
Looks like https://github.com/onnx/onnx/issues/6339 was completed. onnx 1.18 will have python 3.13 support.
Same issue using bun & astrojs.
Are there any working alternatives in the mean time?
FWIW there is [canvaskit-wasm](https://www.npmjs.com/package/canvaskit-wasm).
@chriskrogh Would assigning the canvas api from canvis-kit onto `globalThis` work?
I've done the following for numpy. Looking into solutions for torch that supports shared Tensors. [UntypedStorage](https://docs.pytorch.org/docs/stable/storage.html#torch.UntypedStorage) seems promising. ```python from typing import Any import msgspec import numpy as np __all__...
I also get a loading error when running `bun -b astro dev`. It seems like the problem occurs when invoking a subprocess which requires a '.node' file, as running `bun`...