fix: add missing runtime functions (native_str_to_int, http_post_json_with_headers) #15

Merged
will.anderson merged 1 commits from fix/ci-openssl-linker into dev 2026-05-07 00:35:29 +00:00

1 Commits

Author SHA1 Message Date
will.anderson 54de7d3f3f fix: add missing runtime functions for epm.el
El SDK CI - dev / build-and-test (pull_request) Successful in 3m19s
Add native_str_to_int (El compiler alias for str_to_int) and
http_post_json_with_headers (JSON POST with additional headers map)
which epm.el generates calls to but were absent from el_runtime.c.
2026-05-06 19:31:35 -05:00