Functions§
- Cargo_
lock ⚠ - Host/dynamic loader entrypoint (used when the plugin is loaded via extend()). This symbol must NOT be present in WASM builds to avoid duplicate symbols.
- register_
all - Register all
math:*bridges into the provided interpreter. This is used by embedded/static (WASM) builds and can also be used by hosts. - value_
to_ string - Recursion-protected conversion of
Valueto string. Falls back to “” if nesting is too deep.