Fix leak due to missing free after a host function call. by mjburghard · Pull Request #2 · swiftwasm/JavaScriptKit
interface SwiftRuntimeExportedFunctions { swjs_prepare_host_function_call(size: number): pointer; swjs_cleanup_host_function_call(argv: pointer): void; swjs_call_host_function( host_func_id: number, argv: pointer, argc: number,