-
Just following the basic guide:
```
> mkdir ~/scratch
> cd ~/scratch
> git clone https://github.com/floooh/sokol-samples
> cd sokol-samples
> ./fips set config sapp-d3d11-win64-vstudio-debug
…
-
Hi everyone, I am on Debian Bookworm and installed the following packages from the llvm repository:
```
clang-18/unknown,now 1:18.1.8~++20240718080534+3b5b5c1ec4a3-1~exp1~20240718200641.143 amd64 [i…
bw-86 updated
3 months ago
-
### I tried this
Tried running a wing app that compiles wing code
`wing test -t sim test.w`
`test.w:`
```
bring cloud;
resource Foo {
init(){}
extern "./external_js.js" static infl…
-
Currently, the compilation of pocketpy fails when trying to compile for `wasm32` clang target because `ctime` (and probably some other headers) that pocketpy includes requires WASI:
```bash
$ clan…
-
### Subject of the issue
In this situation, wamr fail to print O_TRUNC and O_CREAT.
I'm not sure whether this is a bug.
### Test case
The test case is:
```
#include
#include
#include …
-
### Project Title
An LLM app with a deeper understanding of a [GitHub repo](https://github.com/staru09/Github_analyser)
### Motivation
It becomes challenging to review PRs and solve issues fo…
-
I know we discussed this a while ago, but I forget what exactly we came up with @aheejin @dschuff @sbc100 @sunfishcode. IIRC, it wasn't too different from enabling new features once the following two …
-
### Subject of the issue
wamr print "Setting flags succeed!" but does not print "Access mode: Data Synchronization Write"
And the same with setting O_SYNC
I'm not sure whether this is a bug.
#…
-
asdf is gaining popularity as a version manager of all sorts, and we should be able to hook into it.
-
I compiled the code below with wasi-sdk clang
```c
#include
int main(int argc, char** argv) {
printf("argc: %d\n", argc);
for (int i = 0; i < argc; i++) {
printf("argv[%d]: %s…