This crate is retired and the GitHub repository is archived. It is not part of the shipped gm/rs-plugkit pipeline and nothing consumes it.
rs-plugkit reimplements the same exec_js dispatch surface natively
(wasm_dispatch.rs) and has never depended on this crate -- there is no
Cargo reference to rs-exec in rs-plugkit, no call sites for
rs_exec_dispatch_pending/rs_exec_execute, and no release workflow here
that ever published a consumable wasm artifact for downstream use.
src/lib.rs is a minimal, inert tombstone stub -- it exports nothing
functionally meaningful and dispatches nothing. The self-validating
wasm-check CI (whose only purpose was to confirm the tombstone still built)
has been removed, since nothing downstream needs this crate to compile.
For the live, actively developed implementation of this functionality, see rs-plugkit.
No further development, releases, or issue triage will happen in this repository.