|
|
|
|
|
by ihnorton
1455 days ago
|
|
Skimming the docs, I was surprised to see that there appears to be no built-in support for foreign function calls to C libraries ("It's a bold strategy Cotton...") This makes more sense in light of a comment by the author in a previous discussion about C ABIs [1]: > Virgil compiles to tiny native binaries and runs in user space on three different platforms without a lick of C code, and runs on Wasm and the JVM to boot. [...] No C ABI considerations over here. [1] https://news.ycombinator.com/item?id=30705383 |
|