Skip to content

Installation

Rerumu edited this page Aug 22, 2022 · 1 revision

Linux

The most convenient way to install Wasynth on Linux is to download the latest release. It provides the codegen binaries as standalone CLIs compiled on Ubuntu.

Anything else

If the release files aren't compatible, then you can compile the binaries yourself. You'll first need to find the latest tag in the releases tab and decide which language(s) you wish to install. You can then proceed with the installation using cargo.

For example, if we decided to install the luau codegen pinned to the tag v0.12.0, we'd run:

cargo install --git https://github.com/Rerumu/Wasynth --tag v0.12.0 codegen-luau

This will compile the tool and add it for command line use as wasm2luau.

Clone this wiki locally