WASI P1 + Joka: Looking for (unpaid) CLI testers

Kapendev alexandroskapretsos at gmail.com
Thu Mar 19 11:25:49 UTC 2026


On Tuesday, 17 March 2026 at 10:43:36 UTC, Kapendev wrote:
> This post exists because I wanted to ask if anybody wants to 
> write a CLI with it to test if things work correctly.

I added [WASM-4](https://wasm4.org/) support for the gamers.
No wasi-libc needed because both the string and math modules of 
Joka work without it.

A basic [project 
template](https://github.com/Kapendev/joka/tree/main/scripts/wasm4_template) is available in Joka's scripts folder.
To get started, copy the contents of that folder into your 
project folder.
A project should follow this structure:

```
my_wasm4_project/
├── app.d
├── joka/
└── run
```


More information about the Digitalmars-d mailing list