You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been planned for a while, but it sounds like Google is finally turning off pnacl.
January 2025: Native Client (NaCl) will be disabled from ChromeOS 132 onwards.
For unmanaged and consumer users, ChromeOS 132 will be the last ChromeOS release with support for NaCl.
For managed environments (including Kiosk sessions), administrators who manage ChromeOS devices for a business or school, will have the option of extending the ability to use NaCl with a NaCl allow policy through the ChromeOS 138 release.
July 2025: ChromeOS 138 will be the last version with NaCl support.
For managed environments, ChromeOS 138 is a Long-term Support (LTS) ChromeOS release available to administrators who manage ChromeOS devices for a business or school.
For devices that have been switched to the LTS channel and have the NaCl allow policy enabled, NaCl will be available until LTS Last Refresh in April 2026.
No exceptions will be granted.
xiwi (windowed apps using the crouton extension) depends on pnacl for "fast" rendering, utilizing some horrendous memory hacks that somehow managed to be the most reliable feature in crouton. Great work, @drinkcat!
It's possible that creating a 2D canvas in wasm creates a similar shared memory object, but it's probably not worth pursuing.
The text was updated successfully, but these errors were encountered:
It's been planned for a while, but it sounds like Google is finally turning off pnacl.
xiwi (windowed apps using the crouton extension) depends on pnacl for "fast" rendering, utilizing some horrendous memory hacks that somehow managed to be the most reliable feature in crouton. Great work, @drinkcat!
It's possible that creating a 2D canvas in wasm creates a similar shared memory object, but it's probably not worth pursuing.
The text was updated successfully, but these errors were encountered: