summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYuta Saito <kateinoigakukun@gmail.com>2024-11-15 21:49:06 +0000
committergit <svn-admin@ruby-lang.org>2024-11-18 04:34:40 +0000
commit29fdb73c5b3904ffcc420058533988adc4a16d1e (patch)
treeb84425c40a8b2cb8f371d35624cec4a326f9dda3 /include
parent57daed5ec5f12f64fd4891dc86d76b183c838e93 (diff)
[ruby/digest] Fix loading of digest ext libraries with `--with-static-linked-ext`
`rb_ext_resolve_symbol` is not always available on some platforms including WASI, and we don't need to use it when the extension is built as a static library. This commit prefers to use `rb_digest_wrap_metadata` directly when the extension is built as a static library to avoid the unnecessary use of `rb_ext_resolve_symbol`. https://github.com/ruby/digest/commit/f8ff014622
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions