# wsl_32bit_support **Repository Path**: Buzzy/wsl_32bit_support ## Basic Information - **Project Name**: wsl_32bit_support - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-27 - **Last Updated**: 2025-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Windows Subsystem for Linux - Enable 32bit executable support Windows Subsystem for Linux (WSL) does not support 32bit executables. This script enables execution of 32bit executables via QEMU. #### Setup ``` wget https://raw.githubusercontent.com/MarkLuk/wsl_32bit_support/master/wsl_32bit_enable.sh chmod +x wsl_32bit_enable.sh ``` #### Execution ``` sudo ./wsl_32bit_enable.sh ```