-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(runtime_capi): update FFI bindings and binaries
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ffi
updated
7 files
+6 −6 | CMakeLists.txt | |
+ − | bin/linux64/libmun_runtime.so | |
+ − | bin/osx64/libmun_runtime.dylib | |
+ − | bin/win64/mun_runtime.dll | |
+152 −7 | include/mun/invoke_result.h | |
+165 −69 | include/mun/runtime.h | |
+6 −4 | include/mun/runtime_capi.h |