Implement file system API and add shutdown functionality for desktop builds

This commit is contained in:
Lukas Höppner
2026-08-09 22:38:43 +02:00
parent 1654d366b2
commit 8e99fca404
13 changed files with 318 additions and 25 deletions
-6
View File
@@ -4,12 +4,6 @@
#include <stdbool.h>
#include <stdint.h>
typedef enum {
wasm_runner_role_main = 0,
wasm_runner_role_status,
wasm_runner_role_background,
} wasm_runner_role_t;
typedef struct wasm_runner_instance wasm_runner_instance_t;
typedef struct {