Metadata-Version: 2.4
Name: unidecompiler-plugin-wasm
Version: 0.1.1
Summary: WebAssembly frontend plugin for unidecompiler
Author-email: Wker <1670133844@qq.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/Wker666/unidecompiler
Project-URL: Repository, https://github.com/Wker666/unidecompiler
Project-URL: Issues, https://github.com/Wker666/unidecompiler/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: unidecompiler<0.2.0,>=0.1.1
Requires-Dist: wasm<2,>=1.2
Requires-Dist: wasmtime<40,>=24

# unidecompiler-plugin-wasm

Frontend plugin for WebAssembly `.wasm` modules. It validates and decodes
modules with `wasm` and `wasmtime`, then submits neutral thin IR to
`unidecompiler`.

Install with:

```sh
python -m pip install unidecompiler-plugin-wasm
```

The plugin is discovered automatically by compatible CLI and GUI hosts.
