Release target for the libsql wasm plugin, the SQLite-backed store agentplug-runner shares across every project it serves. Do not commit source here.
AnEntrypoint/agentplug-libsql, whose .github/workflows/release.yml calls the shared reusable workflow wasm-plugin-release.yml hosted in AnEntrypoint/rs-plugkit. A push to main touching src/** or Cargo.toml installs the WASI SDK, builds for wasm32-wasip1, and publishes a release tagged v<version> titled agentplug-libsql v<version>, where the version is read from the crate's own Cargo.toml.
libsql.wasm-- the builtagentplug_libsql.wasm, renamed to its published basenamelibsql.wasm.sha256-- checksum of that exact asset
agentplug-runner resolves the libsql plugin to this repo, downloads libsql.wasm, verifies it against the .sha256 published alongside the same release, and installs it under ~/.agentplug/plugins/. It re-polls for a newer release every 600s by default. A plugin whose installed version marker is not real release semver, such as a hand-built local sideload, is never silently overwritten.