-
### PROPOSAL
provide support for [WASI](https://wasi.dev/) as a build target for `dart compile`
eg: `dart compile wasm -t wasi ` or `dart compile wasi`
### NOTE
1. this issue is part / disa…
-
Now we are loading always full icu for wasi. Add sharding like in https://github.com/dotnet/runtime/pull/80421.
Connected issues: https://github.com/dotnet/runtime/issues/82895
In the sharding app…
-
about /compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs
https://github.com/rust-lang/rust/blob/master/compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs#L61
now:
```rust:…
-
### Summary
This issue replaced #2806.
This issue will be marked as finished once all preview2 proposals are implemented and verified.
WasmEdge would love to have native support for the WASI …
hydai updated
3 weeks ago
-
Grain produces Wasm modules with duplicate imports. This is permitted by the Wasm core spec, but with caveats:
https://webassembly.github.io/spec/core/syntax/modules.html#imports
> It is possibl…
-
This issue/discussion is for adding WASI binary support for Wanix. Currently Wanix can only run binaries compiled by Go for the js runtime (not wasi, not any other language).
One initial concern w…
-
Now that wasi preview2 is stable, we should start looking into using `wasmtime_wasi::preview2::WasiCtx` - from what I can tell there will be some minor breaking changes on our end, particularly around…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=738708
Build error leg or test failing:
## Error Message
Fill the error message using [step by st…
-
# Support WASI target
One of the popular and emerging use cases for wasm apps is deploying/executing them in environments other than browsers, for example in the desktops, in the servers on the edg…
-
When the following is compiled with WASI SDK to `test.wasm`:
```c
#include
int main(int argc, const char **argv)
{
FILE *file = fopen("test.txt", "r");
if (file == NULL)
{
…