You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building WebAssembly (WASM) using this repository on Windows Subsystem for Linux (WSL2) requires Docker integration to be enabled. If Docker integration for WSL is not enabled, the build process results in an error. This requirement is not currently documented in the installation guide.
Steps to Reproduce
Set up the repository in WSL on a Windows machine without enabling Docker integration for WSL.
Attempt to build WASM according to the provided instructions.
Expected Behavior
The build process should succeed if prerequisites are met or documentation should clearly state all requirements.
Actual Behavior
The build fails with a process error if Docker integration for WSL is not enabled.
Suggested Solution
Update the installation guide to include the following note:
Note: Ensure Docker integration for WSL is enabled before attempting to build WASM. Without this integration, the build process may encounter errors.
Additional Information
Environment: WSL2 on Windows Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Description
Building WebAssembly (WASM) using this repository on Windows Subsystem for Linux (WSL2) requires Docker integration to be enabled. If Docker integration for WSL is not enabled, the build process results in an error. This requirement is not currently documented in the installation guide.
Steps to Reproduce
Expected Behavior
The build process should succeed if prerequisites are met or documentation should clearly state all requirements.
Actual Behavior
The build fails with a process error if Docker integration for WSL is not enabled.
Suggested Solution
Update the installation guide to include the following note:
Additional Information
The text was updated successfully, but these errors were encountered: