git clone https://github.com/juj/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh --build=Release
cd ..
git clone https://vszakats.github.io/harbour-core harbour34
cd harbour34
nano go.sh
- Code: Select all Expand view
- export HB_PLATFORM=abstr
export HB_COMPILER=wasm
export HB_BUILD_3RDEXT=no
export HB_HOST_BIN=harbour
make
chmod +x go.sh
./go.sh