reactr icon indicating copy to clipboard operation
reactr copied to clipboard

SwiftWasm C Headers

Open cohix opened this issue 4 years ago • 0 comments

The Swift Runnable API library should be converted to use C headers for the FFI interface rather than the current method, which forces the Swift Calling Convention rather than the C Calling Convention, which the other languages use.

Once this is complete, the Reactr/Wasmer shim used to generate SCC versions of FFI functions should be removed.

cohix avatar May 12 '21 00:05 cohix