dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

encoding resources should use base64, not individual numbers #76

Closed dyoo closed 12 years ago

dyoo commented 12 years ago

resources read as byte sequences need to be stored via a more compact representation than the individual numeric code points. I'm using an insanely stupid encoding right now, and that needs to be fixed!

dyoo commented 12 years ago

We're doing this now. It's still not a great solution: the resources shouldn't be part of the binary. We should dynamically load these files instead.

dyoo commented 12 years ago

closing for now