WP Manifestindependent plugin directory
manifest / integrations / wp-wasmer

Wasmer Hosting Integration

The wasmer wordpress plugin to setup WP on Wasmer Edge

by Wasmer · github.com/wasmerio/wp-wasmer · website

6stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wasmerio/wp-wasmer/archive/refs/heads/main.zip

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.

Local Testing

Install the test dependencies:

cd wasmer/tests
pnpm install

Run the test suite:

cd wasmer/tests
pnpm test

Install the root development dependencies and check all project PHP for syntax errors and PHP 7.4+ compatibility:

composer install
scripts/lint-php.sh

Start a local WordPress instance for manual testing:

cd wasmer/tests
pnpm run server:wp-70-protected

Example 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"

Documentation

Support

For issues, feature requests, or contributions, visit the GitHub repository.

License

GPL-2.0-or-later