Skip to content

Commit

Permalink
patch libs (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 17, 2023
1 parent 670164f commit e843fd3
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
*/
PV_API void pv_free_error_stack(char **message_stack);

PV_API void pv_set_sdk(const char *sdk);

#ifdef __cplusplus
}

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
*/
PV_API void pv_free_error_stack(char **message_stack);

PV_API void pv_set_sdk(const char *sdk);

#ifdef __cplusplus
}

Expand Down
Binary file not shown.
Binary file modified lib/linux/x86_64/libpv_octopus.so
Binary file not shown.
Binary file modified lib/mac/arm64/libpv_octopus.dylib
Binary file not shown.
Binary file modified lib/mac/x86_64/libpv_octopus.dylib
Binary file not shown.
Binary file modified lib/wasm/pv_octopus.wasm
Binary file not shown.
Binary file modified lib/wasm/pv_octopus_simd.wasm
Binary file not shown.
Binary file modified lib/windows/amd64/libpv_octopus.dll
Binary file not shown.

0 comments on commit e843fd3

Please sign in to comment.