unify host programs across targets

This commit is contained in:
2026-04-16 22:36:36 +02:00
parent e73ab0a788
commit 329014aada
11 changed files with 226 additions and 346 deletions

View File

@ -1,6 +1,6 @@
#include "../lib.h"
extern "C" int wasm_module(void) {
extern "C" EXPORT("wasm_module") int wasm_module(void) {
fail_start_trace();
int sum = 0;