|
|
|
|
|
by Cloudef
145 days ago
|
|
I doubt zig will have stable abi any time soon. It may have some sort of "zig extern" when it gets mature. But stable abi isnt very usful if no-one else can talk it. I have project that uses codegen to effectively implement zig like ABI on top of the C abi. Heres the kind of code it generates
https://zigbin.io/6dba68 It can also generate javascript, heres doom running on browser:
https://cloudef.pw/sorvi/#doom.wasm |
|