Login  Register

Re: PharoJ now available for Pharo10

Posted by Torsten Bergmann on Apr 01, 2021; 4:44pm
URL: https://forum.world.st/PharoJ-now-available-for-Pharo10-tp5128194p5128203.html

Hi Pavel,

this is due to the introduction of the JITPITWASMRTTEYP. What might sound like a strange abbreviation in the first place is the new

 "Just in Time Pharo Image to Web Assembly Real Time Translator (Except Your Project)"

that was activated on April 1st in the Pharo VM.

In such an early phase of adoption it for sure has some bugs (especially in JS V8 compatibility mode). For instance I
found a strange NoMoreBitsLeftException today on one of our major platforms:

  https://github.com/pharo-project/pharo/issues/8934

Screenshot attached. Anyone able to fix, review, restart CI and integrate it today?

Bye
Torsten (aka astares)


Gesendet: Donnerstag, 01. April 2021 um 17:26 Uhr
Von: "Pavel Krivanek" <[hidden email]>
An: "Pharo Development List" <[hidden email]>
Betreff: [Pharo-dev] Re: PharoJ now available for Pharo10

I have tested it, but it translated to JavaScript all code in the Pharo image except the project I wanted. What am I doing wrong? The huge GDPR overlay on every image startup is annoying :-(
 
-- Pavel 

čt 1. 4. 2021 v 13:38 odesílatel Noury Bouraqadi <[hidden email][mailto:[hidden email]]> napsal:
Hi everyone, 
We continue to make progress during our weekly coding sessions. We are glad to announce that this week we made a huge leap forward. Now PharoJS is available for Pharo 10. To install it, run the following script in a Pharo 10 playground 
Metacello new
  baseline: 'PharoJS';
  repository: 'github://PharoJS/PharoJS:pharo10';
  load
 

screen.png (240K) Download Attachment