SqueakJS icon indicating copy to clipboard operation
SqueakJS copied to clipboard

Full FFI + Tests

Open codefrau opened this issue 7 months ago • 0 comments

So far, SqueakJS implements only the subset of FFI calls and types needed to make codefrau/jasmine work.

It's reasonable to add more as the need arises, but it would also be useful to implement the full FFI interface. The best way to do that would probably be trying to make the FFI-Tests work (and potentially FFI-PoolsTests and FFI-CallbacksTests too).

This requires adding some more FFI primitives, but most importantly adding JS implementations of the functions provided by platforms/Cross/plugins/SqueakFFIPrims

codefrau avatar Jul 16 '24 00:07 codefrau