I've just made something similar but with JS: C modules in JS.
import * as CModule from "./module.c";
https://sciter.com/c-modules-in-sciter/
https://sciter.com/here-we-go/
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
I've just made something similar but with JS: C modules in JS.
C module gets compiled to native code on load. I think that clear separation of execution models is a good thing.https://sciter.com/c-modules-in-sciter/
https://sciter.com/here-we-go/