Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add need enable Docker integration for WSL in the installation guild #17

Closed
whats2000 opened this issue Nov 7, 2024 · 1 comment · Fixed by #18
Closed
Assignees

Comments

@whats2000
Copy link

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

  1. Set up the repository in WSL on a Windows machine without enabling Docker integration for WSL.
  2. 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
alexr00 added a commit that referenced this issue Nov 7, 2024
@alexr00
Copy link
Member

alexr00 commented Nov 7, 2024

Adding with #18.

@alexr00 alexr00 self-assigned this Nov 7, 2024
@alexr00 alexr00 closed this as completed in 5b55c0c Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants