call an exported start function if it exists

This commit is contained in:
2023-01-28 12:31:16 +01:00
parent 30eb953d5d
commit 5d85aeac09
4 changed files with 14 additions and 1 deletions

5
test/start_fn.cwa Normal file
View File

@@ -0,0 +1,5 @@
include "../examples/include/microw8-api.cwa"
export fn start() {
printChar('Test');
}