WP Wasmer integrates a WordPress installation with the Wasmer platform. The plugin exposes Wasmer-specific REST endpoints, WP-CLI commands, and admin integrations used by Wasmer-managed WordPress deployments.
Install the test dependencies:
cd wasmer/tests
pnpm installRun the test suite:
cd wasmer/tests
pnpm testStart a local WordPress instance for manual testing:
cd wasmer/tests
pnpm run server:wp-68-protectedExample manual checks:
curl "http://localhost:8080/?rest_route=/wasmer/v1/check"
curl "http://localhost:8080/?rest_route=/wasmer/v1/liveconfig"
curl -L "http://localhost:8080/?rest_route=/wasmer/v1/magiclogin&magiclogin=123"For issues, feature requests, or contributions, visit the GitHub repository.
GPL-3.0