You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bun is an alternative runtime for JavaScript, focused on performance. Similar to support for the Deno runtime (#457), I believe glTF Transform is mostly compatible, and the main work required would be setup to run the unit testing suite on Bun, ensuring that once issues are solved, we don't have regressions in Bun.
Certain features in the /functions module will depend on upstream dependencies also supporting Bun. WebAssembly allows that, but may require additional work by the dependency.
Bun is an alternative runtime for JavaScript, focused on performance. Similar to support for the Deno runtime (#457), I believe glTF Transform is mostly compatible, and the main work required would be setup to run the unit testing suite on Bun, ensuring that once issues are solved, we don't have regressions in Bun.
Certain features in the
/functions
module will depend on upstream dependencies also supporting Bun. WebAssembly allows that, but may require additional work by the dependency.Publish to https://jsr.io/.
The text was updated successfully, but these errors were encountered: