SqueakJS – A Squeak VM in JavaScript
bertfreudenberg.github.io
SqueakJS – A Squeak VM in JavaScript
1–10 of 11 posts
Re: SqueakJS – A Squeak VM in JavaScript
#2Re: SqueakJS – A Squeak VM in JavaScript
#3Any idea what the examples are trying to store offline? And where in the code that is?
Looks like it's storing settings, images, and files created by said images.
Reminder that Squeak is a full VM and naturally has file-io abstractions which must be implemented.
Re: SqueakJS – A Squeak VM in JavaScript
#4Any idea what the examples are trying to store offline? And where in the code that is?
Here, let me do the equivilant of LMGTFY: https://github.com/bertfreudenberg/SqueakJS/search?utf8=%E2%... Looks like it's storing settings, images, and files created by said images. Reminder that Squeak is a full VM and naturally has file-io abstractions which must be implemented.
Re: SqueakJS – A Squeak VM in JavaScript
#5Re: SqueakJS – A Squeak VM in JavaScript
#6Re: SqueakJS – A Squeak VM in JavaScript
#7Re: SqueakJS – A Squeak VM in JavaScript
#8 UnknownError
"Error opening database: undefined" vm.js:358
:(Edit: Also Etoys, sadly.
Re: SqueakJS – A Squeak VM in JavaScript
#9Cool, one of the examples (etoys) crashed Safari (8.0.3) FTL JIT. :)
Re: SqueakJS – A Squeak VM in JavaScript
#10For Scratch in Firefox: UnknownError "Error opening database: undefined" vm.js:358 :( Edit: Also Etoys, sadly.