dc599129c3
G-Wrap is a tool (and guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. Other languages may be supported in the future, possibly on both sides. WWW: http://www.nongnu.org/g-wrap/ PR: 241731 Submitted by: Andrew <andrew tao11 riddles org uk> Differential Revision: D22189
6 lines
274 B
Text
6 lines
274 B
Text
G-Wrap is a tool (and guile library) for generating function wrappers
|
|
for inter-language calls. It currently only supports generating Guile
|
|
wrappers for C functions. Other languages may be supported in the
|
|
future, possibly on both sides.
|
|
|
|
WWW: http://www.nongnu.org/g-wrap/
|