Live data from Hacker News

SqueakJS – A Squeak VM in JavaScript

bertfreudenberg.github.io

1–10 of 11 posts

Re: SqueakJS – A Squeak VM in JavaScript

#3

Any 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

#4
post #3

Any 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.

Right, brainfart and I couldn't remember the name of that API. Thanks!

Re: SqueakJS – A Squeak VM in JavaScript

#10

For Scratch in Firefox: UnknownError "Error opening database: undefined" vm.js:358 :( Edit: Also Etoys, sadly.

Works for me in Firefox 34.0.5, default settings. Would be great if you could post instructions on how to reproduce at https://github.com/bertfreudenberg/SqueakJS/issues
Post reply on HN