Ilusm — minimal runtime bundle

This archive contains: prebuilt stage-0 for windows-x86_64; the full lib/ tree
(stdlib, frontend, backend, runtime) as .ilu sources; ilusm.ilbc; driver scripts;
vscode-extension/; file-icons/ (system file managers); hello.ilu sample.
No C sources, no seed builder, no full repository.
Enterprise/public install: ILUSM_HOME follows this folder; run-context data may
also be stored under the user XDG cache (see ilusm driver) when the prefix is read-only.

VS Code: copy vscode-extension/ into ~/.vscode/extensions/ as ilusm-lang.ilusm-<version>
(see README in vscode-extension/). Same folder works in VS Code–compatible editors (e.g. VSCodium) using their extensions dir. Heart icon: icons/.
Linux (Nautilus, Dolphin, …): sh file-icons/linux/install-for-current-user.sh
Windows Explorer: powershell -ExecutionPolicy Bypass -File .\file-icons\windows\install-for-current-user.ps1
macOS Finder: see file-icons/macos/notes.txt (no one-click global icon in this bundle).

Quick start:
  cd into this folder (it is your ILUSM_HOME).
  Windows: after install, open Command Prompt or PowerShell and run: ilusm hello.ilu
  (NSIS adds the install folder to PATH; ilusm.cmd runs .ilu files in cmd/PowerShell without Bash.)
  For ilusm compile only, install bash.exe (MSYS2 or Git for Windows — that is a shell, not an Ilusm repo). ilusm --version prints the bundle version.

Set ILUSM_HOME to this directory if you run ilusm from elsewhere.
