-
That warning comes from binaryen here:
https://github.com/WebAssembly/binaryen/blob/44c3c2d4e71686d42b7eff8ab9c554f83a9fe71e/src/wasm/wasm-binary.cpp#L1575
I'm not sure what it does actually as …
-
The type `size_t` is not guaranteed to be 64-bit, but it looks like the code assumes in several places that it always is. We should replace `size_t` with `uint64_t` in all places where a strictly nece…
-
Earlier today I looked at the Windows code in the deprecated `atom/node-spellchecker` package that's used in the extension.
Given I'm a Windows user, and I have a working example in `atom/node-spel…
-
after 22b7b84860d39da71964c9b329937f2ee1d875ba,
wasm-ld complains on undefined symbols when building -shared/-pie. it's nice.
however, it even complains on symbols which are expected to be provide…
yamt updated
3 months ago
-
### Description / Steps to reproduce the issue
### Description
I am trying to build the examples for [FTXUI](https://github.com/ArthurSonzogni/FTXUI) with `mingw-w64-ucrt-x86_64-emscripten` . Usin…
-
Hello,
as the question mentions, that is exactly what I want. I have a cpp file that simply displays a matrix using the MAT class from open cv and because I've included the opencv library in the fi…
-
### Summary
## Motivation
WasmEdge is a lightweight and cross-platform runtime for LLM applications. It allows developers to create LLM apps on a Mac or Windows dev machine, compile them to Wasm…
hydai updated
5 months ago
-
wasm-dis may sometimes spend too much time to disassemble certain crafted wasm files.
[wasm-dis-slow.zip](https://github.com/WebAssembly/binaryen/files/2343423/wasm-dis-slow.zip)
It turns out that…
-
```
> emsdk install binaryen-master-64bit
Installing tool 'binaryen-master-64bit'..
Repository 'https://github.com/WebAssembly/binaryen.git' already cloned to directory 'C:/Users/Kagami/Documents/G…
-
There's a handful of instances across binaryen/wasm-opt where there is "technically C++ Undefined Behavior". These code defects may be causing nondeterminism, or random failures.
For example, http…
mxms0 updated
2 years ago