minimal working version going

This commit is contained in:
2026-07-09 21:56:09 +10:00
parent 4b5d5a2130
commit 36b2e37bda
8 changed files with 325 additions and 10 deletions

View File

@@ -1,12 +1,6 @@
#include <comet/cometlib.h>
#include <stdio.h>
#include "socket.h"
on_import {
/*
This is where you define all your functions and structs.
The on_import function is called by the compiler so you can let
it know about all your symbols you want to expose.
*/
printf("We've been imported!\n")
defineSocketStruct(env, typeMap);
}