-
Hi,
I'm making some benchmarks and I'd like to be sure to run wsoo with the best possible performances. For now I'm doing:
```shell-session
$ ocamlc ./kb.ml
$ wasm_of_ocaml compile --opt=3 a.o…
-
Code:
export function indexGenerator(alpha: i32): i32[] {
let results: i32[] = new Array(alpha);
for (let counter: i32 = 0; counter < alpha; counter++) {
results[counter] = counte…
-
Currently, you require python 3.11 or higher. Can this be relaxed to require python 3.8 or higher?
**Background:**
I'd love to include your package as a dependency in [icpp-pro](https://docs.icpp.…
-
Hi, here is a followup for https://github.com/tinygo-org/tinygo/issues/4332
I am trying to compile tinygo for Arch Linux in its clean build environment. `tinygo` in turn include `binaryen` (commit …
-
I've installed jco as a dev time dependency instead of global bin (`npm i -D @bytecodealliance/jco`).
The `opt` command looks for `wasm-opt` at `../../node_modules/binaryen/bin/wasm-opt`.
Howeve…
-
finishing deferred symbolic links:
/e/work/xuper_place/xuperchain/.compile_cache/xvm/xvm-main/example/assembly-script/add/testdata/node_modules/.bin/asc -> ../assemblyscript/bin/asc.js
symlink err…
-
Running on version 3.1.60
We have a quite large repository that we build using Emscripten. The link time became quite time-consuming (~2min on Intel i7 12700F), which is unusually long since lld (a…
-
Hi,
I'm compiling the following OCaml code with Wasocaml:
```ocaml
type 'a list =
| Nil
| Cons of 'a * 'a list
let rec aux p = function
| Nil -> Cons (1, Nil)
| Cons (hd, tl) -> …
-
The question is in the title.
I searched in the code, and I found nothing. I am curious to know if there are any limits in the parser or the static analyzer for the depth of nested blocks or loops.…
-
Hi,
When running Binaryen with `-O4` I get the following assertion failure:
```shell-session
$ wasm-opt --all-features a.out.wasm -O4 -o tmp.wasm
wasm-opt: ~/dev/cpp/binaryen/src/ir/block-util…