-
- it would allow us to test both projects more easily
- it would less coordination for creating a release (minor issue)
-
### Zig Version
0.14.0-dev.653+91c17979f
### Steps to Reproduce and Observed Behavior
```zig
const std = @import("std");
test "fstatat on a symlink with SYMLINK_NOFOLLOW" {
var tmp =…
-
## Description
`FileManager.default.createFile()` doesn't work.
## Steps to reproduce
1. `mkdir foo`
1. `cd foo`
1. `swift package init --type executable`
1. Edit `Sources/main.swift`
…
kkebo updated
1 month ago
-
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)
{
…
-
This plugin already performs a few checks on apps before deploying, like ensuring the app has [known/supported triggers](https://github.com/fermyon/cloud-plugin/blob/53169bc69ea7fcfc1eee88549e2408047e…
vdice updated
3 weeks ago
-
**Affected crates:** quickjs-wasm-sys, quickjs-wasm-rs, javy, javy-apis
The four crates above need access to [a WASI SDK](https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-20) to co…
-
# 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 running `ask_for_coin` I got a lot of stderr. Is it possible to have a cleaner output? In this case, I think nothing has failed, so having stderr is confusing
```
execution finished
{
res…
-
We should clean up the CI to avoid running too many tests for things we don't use at this stage. Some of the backends should be delegated to a "supported but not actively updated" status, with their t…
-
I am confused in the installation of the wasi sdk, I have tried to follow it from the beginning according to the guide but it still doesn't work.