diff --git a/electron_percy_wasm/.compilerc b/percy_wasm/.compilerc similarity index 100% rename from electron_percy_wasm/.compilerc rename to percy_wasm/.compilerc diff --git a/electron_percy_wasm/.eslintrc b/percy_wasm/.eslintrc similarity index 100% rename from electron_percy_wasm/.eslintrc rename to percy_wasm/.eslintrc diff --git a/electron_percy_wasm/.gitignore b/percy_wasm/.gitignore similarity index 100% rename from electron_percy_wasm/.gitignore rename to percy_wasm/.gitignore diff --git a/electron_percy_wasm/Cargo.toml b/percy_wasm/Cargo.toml similarity index 100% rename from electron_percy_wasm/Cargo.toml rename to percy_wasm/Cargo.toml diff --git a/electron_percy_wasm/build.sh b/percy_wasm/build.sh similarity index 100% rename from electron_percy_wasm/build.sh rename to percy_wasm/build.sh diff --git a/electron_percy_wasm/package.json b/percy_wasm/package.json similarity index 100% rename from electron_percy_wasm/package.json rename to percy_wasm/package.json diff --git a/electron_percy_wasm/src/lib.rs b/percy_wasm/src/lib.rs similarity index 100% rename from electron_percy_wasm/src/lib.rs rename to percy_wasm/src/lib.rs diff --git a/electron_percy_wasm/static/app.js b/percy_wasm/static/app.js similarity index 100% rename from electron_percy_wasm/static/app.js rename to percy_wasm/static/app.js diff --git a/electron_percy_wasm/static/app_loader.js b/percy_wasm/static/app_loader.js similarity index 100% rename from electron_percy_wasm/static/app_loader.js rename to percy_wasm/static/app_loader.js diff --git a/electron_percy_wasm/static/index.html b/percy_wasm/static/index.html similarity index 100% rename from electron_percy_wasm/static/index.html rename to percy_wasm/static/index.html diff --git a/electron_percy_wasm/static/index.js b/percy_wasm/static/index.js similarity index 100% rename from electron_percy_wasm/static/index.js rename to percy_wasm/static/index.js diff --git a/electron_percy_wasm/yarn.lock b/percy_wasm/yarn.lock similarity index 100% rename from electron_percy_wasm/yarn.lock rename to percy_wasm/yarn.lock