(no title)
c-smile | 11 months ago
I've just made something similar but with JS: C modules in JS.
import * as CModule from "./module.c";
C module gets compiled to native code on load. I think that clear separation of execution models is a good thing.
No comments yet.