-
这下真的不知道怎么办了,希望有空能提供一下帮助,谢谢。
环境:
```
Ubuntu20.04 (WSL2)
cmake-3.20.5-linux-x86_64
clfs-loongarch64-system-8.1-sysroot.squashfs
```
我执行 `ninja -C out/Release node -v` 过一段时间报错:
```
msojocs@DES…
-
This is a proposal to make process info available as a standard WASI API.
I am, at the moment, primarily looking for WASI equivalent of nodejs' [process.platform](https://nodejs.org/api/process.ht…
-
## What
`ONNXRuntime` supports `wasm` targets via it's `onnxruntime for web` bindings.
According to [this page](https://onnxruntime.ai/docs/build/web.html) you can build a `static lib of onnxrun…
-
Building on: Arch Linux x64 using system llvm and clang.
Build steps:
- Checkout main branch of wasix-libc
- Patch the getpid error as mentioned in #4
- Run: `TARGET_ARCH=wasm32 TARGET_OS=wasix…
-
Hi, I found a case that will cause different behavior when running the same wasm file.
However, I'm not sure whether it is a bug or not. I think maybe it is caused by the memory strategy wamr has. S…
-
I'm linking some object files(compiled with `-fPIC`) into a shared library using wasm-ld and wasi-sdk, but I get errors like the following
```
/opt/emsdk/upstream/bin/wasm-ld --shared -L/opt/wasi-…
-
### Steps to Reproduce
(1) The cfile is :
```
#include
#include
#include
#include
#include
#include
#include
int path_create_directory(int fd, const char *base_directory, const char…
-
Hi,
I would like to build WASM modules that are loadable with the Wasmtime runtime, but this seems to require the -shared option and I ran into a couple errors while using that:
C:\py>
C:\py>C:\w…
-
There is an inconsistency in the signal headers for C++ vs C lib that causes build failure. Tested for WASI SDK 8.
Error from compiler:
`/usr/local/wasi-sdk/share/wasi-sysroot/include/c++/v1/csign…
-
This bit of a hack but it's what we can do at the moment without changing up the internal errors.
To get more accurate error mappings we can try to parse the errno from error message string which m…