-
Based on https://github.com/WebAssembly/binaryen/discussions/6225#discussioncomment-8954759
Currently, many Wasm instructions are defined in `src/wasm-delegations*.def`, which is a C header that Bi…
-
Since initial support was added to binaryen (#1) I decided to add preliminary support to wabt : https://github.com/WebAssembly/wabt/pull/1554
I wonder if its time to add some tests here and try to …
-
Tried runnign go run mage.go build with
tinygo version 0.31.2 and go version 1.21 5 and got following error
go: downloading github.com/petar-dambovaliev/aho-corasick v0.0.0-20230725210150-fb29fc3c9…
-
Trying to run fuzz-opt.py on Windows, I get
```
C:\emsdk\binaryen\main>python scripts\fuzz_opt.py
C:\emsdk\binaryen\main_vs2019_64bit_binaryen\bin\wasm-opt --print-features C:\emsdk\binaryen\ma…
-
Binaryen does not currently support block / if / loop / try parameters, which were added to the standard a few years ago via the multi-value proposal.
The [Hoot Scheme compiler](https://gitlab.com/…
wingo updated
6 months ago
-
When running version 95 tests on a big-endian machine like s390x, I get the following test error:
```
./check.py --binaryen-bin s390x-redhat-linux-gnu/bin
warning: no mozjs found (did not check nat…
-
Trying to run the AssemblyScript example without the mqtt fails. (= programming demo example)
When the busy loop is empty, binaryen optimizes away callback functions. It eliminates the `funcref` ta…
-
Asyncify pass is super slow against CRuby. Let's optimize the Asyncify pass implementation in Binaryen
-
Hi,
It seems binaryen (7d5d24f) creates invalid blocks after function body inlining.
Steps to reproduce:
1. Download wasm file from [here](https://drive.google.com/file/d/1Tsu2TTeVTSMmsXJwjVZs5LG…
-
As the docs mention, building Binaryen from source takes a long time to build, prohibitively so in some projects.
On the other hand, Binaryen already provides a static library inside the `lib` dire…