Validate WASM Build for web deployement #1

Open
opened 2026-06-16 08:24:58 +00:00 by floride · 0 comments
Owner

Objective

Verify that the project template correctly supports compilation to WebAssembly (WASM) and that the resulting application is functional and playable when hosted in a modern web browser.

Acceptance Criteria

  • Successfully compile the project to WASM.
  • Deploy the build locally and load it in a web browser (e.g., Chrome, Firefox).
  • Confirm no critical errors appear in the browser console.
  • Verify that basic input handling (keyboard/mouse) and rendering work as expected in the browser.

Steps

  1. Run the build command for wasm.
  2. Serve the output directory using a local web server.
  3. Open the game in a browser.
  4. Interact with the application to ensure the gameplay loop is functional.
# Objective Verify that the project template correctly supports compilation to WebAssembly (WASM) and that the resulting application is functional and playable when hosted in a modern web browser. # Acceptance Criteria - Successfully compile the project to WASM. - Deploy the build locally and load it in a web browser (e.g., Chrome, Firefox). - Confirm no critical errors appear in the browser console. - Verify that basic input handling (keyboard/mouse) and rendering work as expected in the browser. # Steps 1. Run the build command for wasm. 2. Serve the output directory using a local web server. 3. Open the game in a browser. 4. Interact with the application to ensure the gameplay loop is functional.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
floride/bevy_template#1
No description provided.