claw-legacy icon indicating copy to clipboard operation
claw-legacy copied to clipboard

Add C++ support

Open borodust opened this issue 5 years ago • 1 comments

Should be possible with static C wrapper generator.

borodust avatar May 10 '19 10:05 borodust

  • Wrap functions in try{}catch(...){} for exception interception
  • Accept foreign types for overloaded function for dispatch (export mangled name for direct calls too)

borodust avatar Jul 18 '19 12:07 borodust