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
@@ -40,10 +41,21 @@ The repository is organized roughly like this:
40
41
41
42
The project is currently distributed through these entry points:
42
43
43
-
1.**CLI**: use the standalone binary from GitHub Releases, or run/build `unluac-cli` from this repository.
44
-
2.**Rust library**: add the published crate `unluac` to a Rust project and call the decompilation pipeline directly.
45
-
3.**npm package**: install `unluac-js` for Node.js or bundler-based browser environments.
46
-
4.**WebAssembly**: use `packages/unluac-wasm` directly when you want to build your own runtime wrapper on top of the wasm layer.
44
+
1.**Web interface**: visit [unluac.x3zvawq.com](https://unluac.x3zvawq.com) — upload and decompile directly in the browser with no installation required.
45
+
2.**CLI**: use the standalone binary from GitHub Releases, or run/build `unluac-cli` from this repository.
46
+
3.**Rust library**: add the published crate `unluac` to a Rust project and call the decompilation pipeline directly.
47
+
4.**npm package**: install `unluac-js` for Node.js or bundler-based browser environments.
48
+
5.**WebAssembly**: use `packages/unluac-wasm` directly when you want to build your own runtime wrapper on top of the wasm layer.
49
+
50
+
### Web Interface
51
+
52
+
Visit [unluac.x3zvawq.com](https://unluac.x3zvawq.com) to upload `.luac` / `.out` files and decompile them directly in the browser — no tooling required.
53
+
54
+
The site is hosted on Vercel and may be inaccessible in some network environments (e.g. mainland China). If you run into connectivity issues, consider the alternatives below:
55
+
56
+
- Use the standalone CLI binary — works fully offline
57
+
- Use the npm package to run decompilation locally in a bundled browser environment
58
+
- Self-host the web interface using `packages/unluac-wasm`
0 commit comments