-
[Build](https://dev.azure.com/dnceng-public/public/_build/results?buildId=165277&view=logs&j=f02b8cf9-dd4d-54fc-c292-2bb1d305b019&t=fd9015e5-cd94-57d7-8286-4fe749355863), and
[log](https://helixre107…
-
**Description**
`clock_nanosleep` with TIMER_ABSTIME does not return if it is called in a thread different from the main thread.
**Conditions**
* wasi-libc HEAD: https://github.com/WebAss…
-
I'm trying to figure out why I'm getting a `RuntimeError: unreachable` when compiling BusyBox with `-sASYNCIFY`. (Without Asyncify, it works, but I need Asyncify for intercepting the read() syscall in…
-
The C program is :
```
#include
#include
#include
#include
#include
#include
int main() {
const char *filename = "hello.txt";
int fd = open(filename, O_RDWR);
if (fd =…
-
I have built a *.wasm file as a stand-alone WASM without an entry function. The `--no-entry` argument is passed to the tool. But for some reason, when I try to load this WASM file into a web browser, …
-
The platform object (in both Image Index and Config) contains a string-array property `os.features`, which is currently defined only for Windows, only for one possible value (plus empty), and only as …
TBBle updated
7 months ago
-
There is a performance bottleneck in WasmEdge. We need to profile the problem program, identify the bottleneck, and provide a fix.
1 Build a version of WasmEdge with debug flag turned on.
https…
-
The compiler crashing while lowering a piece of code that appears only on our fork. Our actions would be:
1. Change the forked XCTest code not to crash compiler
2. Fix compiler not to crash
This …
-
I have this C++ code
```cpp
#include
int main()
{
std::cout
-
I tried to run `sudo make docker-image` on my Ubuntu 22.04.3 LTS, but failed at "returned a non-zero code: 100".
After an investigation, I found that it is due to these commands in Dockerfile
"…