it should be possible to load native extensions from an object file at runtime
Open
enhancement
- Dominant language
- Jsonnet
- Stars
- 7.6k
- Forks
- 475
- PR merge metrics
- No merged PRs in 30d
Description
Similart to --jpath, we need an --npath that is search for symbols that match a convention, then dlopen and register them as native extensions. Lua supports a similar feature.
https://www.lua.org/pil/8.2.html
Contributor guide
Assessment
This issue has not been assessed yet.