On Sun, Nov 24, 2024 at 12:07:31PM +0100, Kirill A. Korinsky wrote: > On Sun, 24 Nov 2024 11:36:13 +0100, > Antoine Jacoutot <ajacou...@bsdfrog.org> wrote: > > > > To enable Webassembly in chromium you need to: > > export ENABLE_WASM=1 > > > > Maybe it should be documented somewhere... > > > > I think that somethig like this in README > > Web Assemble support:
Isn't it called WebAssembly? (or Wasm) > - some web applications and "not a bot" verification require support > for > Web Assemble, which is disabled by default and can be enabled by > adding > ENABLE_WASM=1 to used environment variables. > > answers that questions. > > But increase revision for all chromes only for update readme looks as waste > of tons of resources. I don't understand what you mean. > Let just update it, and have updated readme the next update of chrome in > week or two. > > Ok? > > Index: www/chromium/pkg/README > =================================================================== > RCS file: /home/cvs/ports/www/chromium/pkg/README,v > diff -u -p -r1.4 README > --- www/chromium/pkg/README 11 Mar 2022 20:09:41 -0000 1.4 > +++ www/chromium/pkg/README 24 Nov 2024 11:06:28 -0000 > @@ -41,3 +41,8 @@ Interoperability with base window manage > - some window managers do not have compositing support; for instance, fvwm. > In order to have decent graphic rendering, they should be supplemented by > a compositing manager. For instance, xcompmgr in base. > + > +Web Assemble support: > +- some web applications and "not a bot" verification require support for > +Web Assemble, which is disabled by default and can be enabled by adding > +ENABLE_WASM=1 to used environment variables. > Index: www/iridium/pkg/README > =================================================================== > RCS file: /home/cvs/ports/www/iridium/pkg/README,v > diff -u -p -r1.2 README > --- www/iridium/pkg/README 11 Mar 2022 20:10:00 -0000 1.2 > +++ www/iridium/pkg/README 24 Nov 2024 11:06:18 -0000 > @@ -41,3 +41,8 @@ Interoperability with base window manage > - some window managers do not have compositing support; for instance, fvwm. > In order to have decent graphic rendering, they should be supplemented by > a compositing manager. For instance, xcompmgr in base. > + > +Web Assemble support: > +- some web applications and "not a bot" verification require support for > +Web Assemble, which is disabled by default and can be enabled by adding > +ENABLE_WASM=1 to used environment variables. > Index: www/ungoogled-chromium/pkg/README > =================================================================== > RCS file: /home/cvs/ports/www/ungoogled-chromium/pkg/README,v > diff -u -p -r1.1.1.1 README > --- www/ungoogled-chromium/pkg/README 4 Oct 2022 12:56:00 -0000 1.1.1.1 > +++ www/ungoogled-chromium/pkg/README 24 Nov 2024 11:03:18 -0000 > @@ -41,3 +41,8 @@ Interoperability with base window manage > - some window managers do not have compositing support; for instance, fvwm. > In order to have decent graphic rendering, they should be supplemented by > a compositing manager. For instance, xcompmgr in base. > + > +Web Assemble support: > +- some web applications and "not a bot" verification require support for > +Web Assemble, which is disabled by default and can be enabled by adding > +ENABLE_WASM=1 to used environment variables. > > > -- > wbr, Kirill > -- Antoine