Refragg / sadx-wasm-auto-splitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sadx-auto-splitter

An auto splitter for Sonic.

Compilation

This auto splitter is written in Rust. In order to compile it, you need to install the Rust compiler: Install Rust.

Afterwards install the WebAssembly target:

rustup target add wasm32-wasi --toolchain stable

The auto splitter can now be compiled:

cargo b

The auto splitter is then available at:

target/wasm32-wasi/release/sadx_auto_splitter.wasm

Make sure too look into the API documentation for the asr crate.

You can use the debugger while developing the auto splitter to more easily see the log messages, statistics, dump memory and more.

About

License:MIT License


Languages

Language:Rust 100.0%