DELETED (replaced by #191): Make this block usable on Raspberry Pi Zero 2 W #186
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There are two impediments which prevent this block from running usefully on on RPi-Zero2W:
The two commits in this PR address these impediments by:
Although this patch was built against the current master branch of browser, based on the obsolete balenalib base image, they were originally developed against a branch updated to reflect the changes in pull request #185 which, when merged, will update this to use generic docker images. I believe that these changes are orthogonal to the changes required for #185, and it is unlikely to matter which of the two is merged first.
Of course whether the maintainers choose to accept this patch will also depend on whether they consider operability on this low resource device to be worth supporting. Experiments I have done here suggest that the device can cope with moderately complex static HTML5/CSS (e.g. copying pages generated from RST using sphinx styling), and can also handle very simple Javascript operations on the DOM of the page, but not heavyweight Javascript libraries).