codefrau / SqueakJS

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

kernel Integration and more #100

Closed SmalltalkLand closed 4 years ago

SmalltalkLand commented 4 years ago

This update is for kernels in webpages and especially ObjectLand.

codefrau commented 4 years ago

There is quite a lot going on here. I don't think we want ObjectLand-specific code in the general codebase. Instead, we should refactor the codebase to provide the hooks outside code needs.

Also see #99 for defining that common code base.

SmalltalkLand commented 4 years ago

I just removed unused/dead/ObjectLand-only code and refactored the platform subtype kernel detection

codefrau commented 4 years ago

Please open a new PR based on the new modularized code base.