codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
364 stars 75 forks source link

Write file using TypedArray instead of DataView (Bun support) #164

Closed ErikOnBike closed 3 months ago

ErikOnBike commented 3 months ago

Some more Bun support. Bun does not handle DataView and Node.js does not handle ArrayBuffer. Common ground is to use a TypedArray (Uint8Array).

ErikOnBike commented 3 months ago

You're one fast lady! 🚀❤️ Thx Vanessa!

codefrau commented 3 months ago

Haha! Maybe I'm trying to make up for the PRs that are sitting here for years 😅

This one required no thinking on my part. In fact, I did it from my phone right before I went to sleep.