-
### Subject of the issue
Allocate the file size from a value which is larger the file size, WAMR fails to allocate. I'm not sure whether this is a bug.
### Test case
```
#include
#include
…
-
### Subject of the issue
In this situation, wamr fails to allocate space which is expected ,however, wamr prints success.
### Test case
The test case is:
```
#include
#include
#include
…
-
### Describe the Bug
wasm-bindgen cli is panicking when passed a wasm binary.
### Steps to Reproduce
1. Run `cargo wasi build --release` or `cargo build --target=wasm32-wasi --release`
2. If…
-
I'm new to wasm, so I may be misunderstanding things. I'm using the [wasi-sdk.cmake](https://github.com/WebAssembly/wasi-sdk/blob/main/wasi-sdk.cmake) file to build a library that I will load as a plu…
-
In `Cargo.toml` it says `strip-debuginfo="unpacked"`. It should actually be `split-debuginfo="unpacked"`.
However, even when the typo is fixed, the debuginfo is not generated.
There is no particular…
-
Hi all. I have a proposal that runwasi releases should provide information to those consuming either crates or shims for wasm runtimes. Runwasi was conceived as an approach to integrate webassembly sy…
-
Looking at https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/docs.md
For example, the function `environ_sizes_get` is shown as ` environ_sizes_get() -> (errno, size, size)`. This look…
-
I wish a wasi program could emulate filesystem, e.g.:
```sh-session
myprogram mount ./configs
# Downloads my config files in ./configs.
# I edit configs in ./configs.
vim ./configs/main.json
# l…
-
I need to use the filesystem from my JavaScript component, so I'm trying to import it in `wit/cowsay.wit`:
```wit
world cowsay {
import wasi:filesystem/types@0.2.2;
```
I run `wkg wit fetch…
-
Seems WASI is going to upgrade to preview2.