On Fri, May 13, 2022 at 10:23:28AM +0200, Omar Polo wrote:
> > > * Effective: Binaryen's optimizer has many passes (see an overview later
> > > down) that can improve code size and speed. These optimizations aim to
>
> nit: i'd drop the parentesized sentence, there's nothing below :)
Good poin
Frederic Cambus wrote:
> On Thu, May 05, 2022 at 10:17:00PM +0200, Frederic Cambus wrote:
>
> > Here is a new port: lang/binaryen
> >
> > Tests assume a local copy of GoogleTest is present, but it's not bundled
> > in the distribution tarball. I patched the relevant CMakeLists.txt to
> > disable
On Thu, May 05, 2022 at 10:17:00PM +0200, Frederic Cambus wrote:
> Here is a new port: lang/binaryen
>
> Tests assume a local copy of GoogleTest is present, but it's not bundled
> in the distribution tarball. I patched the relevant CMakeLists.txt to
> disable the attempt to build a local copy and
Hi ports@,
Here is a new port: lang/binaryen
Tests assume a local copy of GoogleTest is present, but it's not bundled
in the distribution tarball. I patched the relevant CMakeLists.txt to
disable the attempt to build a local copy and added a LIB_DEPENDS on
devel/gtest instead.
>From DESCR:
Bina