DougAnderson444 opened issue #6558:
Is this syntax still valid? The only syntax I can find that works is always prepended with
call_
Wondering if I'm missing something or if these docs are just out of date?
pchickey commented on issue #6558:
The bindings generator prefixes export function names with
call_
in order to avoid collisions with thenew()
constructor, as well as Rust keywords. The docs are out of date. Would you mind sending a PR to correct that error?
DougAnderson444 commented on issue #6558:
No problem! Done :)
pchickey closed issue #6558:
Is this syntax still valid? The only syntax I can find that works is always prepended with
call_
Wondering if I'm missing something or if these docs are just out of date?
Last updated: Nov 22 2024 at 17:03 UTC