-
with:
```
> dotnet --version
7.0.100-preview.4.22252.9
```
I get:
```
> dotnet build
[…]
189/190 Bundling Grpc.AspNetCore.Server.pdb...
190/190 Bundling Grpc.Net.Common.pdb...
C:\User…
-
I compile the following code:
```
#include
#include
__attribute__((import_module("env"), import_name("jstest"))) void jstest(int32_t);
extern "C" {
__attribute__((export_name("edit"…
-
I apologize for not having a minimal reproduction but I honestly have no idea what is going on here. I am having to add these lines to my build script to make it work:
https://github.com/devsne…
-
# Steps to reproduce
(1)The c file is :
```
#include
#include
#include
#include
#include
#include
int main() {
const char* file_name = "Data/hello.txt";
int open_style= O_WR…
-
# Steps to reproduce
(1)The c file is :
```
#include
#include
#include
#include
#include
int main() {
const char* file_name = "Data/mydir";
int open_style= O_RDONLY;
int …
-
**Describe the bug**
Meson cannot cross compile with wasi-sdk-11.0 if static libraries are linked.
**To Reproduce**
Download the SDK from:
[https://github.com/WebAssembly/wasi-sdk/releases](http…
-
As part of Spin 3, we hope to add new interfaces (e.g. `wasi:keyvalue/store`) and possibly modify some existing ones (e.g. `rdbms-types`). So we are likely to need to define new worlds and it seems p…
-
Investigate compiling Artichoke on the `wasm32-wasi` target. Such an artifact would be able to be run with [`wasmtime`] [[GitHub][wasmtime-github]] or [`wasmer`] [[GitHub][wasmer-github]].
[`wasmti…
-
### Description
Calling `System.IO.Directory.CreateTempSubdirectory(String prefix)` fails with an exception in a wasi-wasm build
### Reproduction Steps
- .Net version 8.0.100-rc.1.23455.8
- tempDir…
-
### Subject of the issue
fd_fdstat_set_rights fails.
I'm not sure whether this is a bug.
### Test case
```
#include
#include
#include
#include
#include
int get_fd(const char *filena…