-
System:
`windows 10`
`Visual studio 2022` (Visual studio 2019 has the problem too.)
cargo version:
`cargo 1.69.0 (6e9a83356 2023-04-12)`
rustup version:
`rustc 1.69.0 (84c898d65 2023-04-16)`…
-
When `stdin` is constant (or potentially empty), `SharedArrayBuffer` doesn’t seem necessary.
Besides that, another option would be to run Binaryen with the `asyncify` pass on the WebAssembly file i…
ghost updated
8 months ago
-
```sh
$ bin/wasm-opt --version
wasm-opt version 117 (version_117-203-g5999c996c)
```
`wasm-opt` build on 2024-05-24 https://github.com/WebAssembly/binaryen/commit/5999c996c36abeba912599b5fba83d0…
-
I was aware of [this](https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#what-do-i-need-to-have-in-order-to-use-binaryen-to-compile-to-webassembly) but do we have a fo…
-
Hi, I found that when I use `WasmBinaryReader` to parse a type-mismatched `wasm` file, it would not raise error messages. So I just wonder could I do the type evaluation in Binaryen? i.e., Simulate ex…
-
Currently [binaryen.js](https://www.npmjs.com/package/binaryen) provides a JS API. Maybe we could also make a commandline version, basically a port of wasm-opt so it runs in node.js. Using NODERAWFS i…
-
I'm using wasm.js as a polyfill to run arbitrary wasm textual s-expression modules in current (non-wasm supporting) browsers. This is admittedly a very odd use case, but binaryen should have all the f…
-
We currently bundle them in this repo, under `bin/`. I worry though that over time it increases the size of the git repo significantly. Am I overreacting?
Another option would be a separate locatio…
-
Consider the following expression:
````wasm
(select
(i32.div_u (i32.const 3) (i32.const 0))
(i32.const 2)
(i32.const 0)
)
````
Binaryen will try to eliminate the `select` statement when…
bdwjn updated
2 months ago
-
This script is not worked for me.
Console log:
Completed downloading Nimiq client from CDN.
worker-wasm.js:1 trying binaryen method: native-wasm
printErr @ worker-wasm.js:1
worker-wasm.js:1 asy…