Skip to contents

Build Rust WASM package

Usage

build_rs(package_name = get_pkg_name(path), dir = "srcrs", path = ".")

Arguments

package_name

Name of the package (used to name output directory)

dir

Directory containing Rust sources. Default: "srcrs"

path

Path to the package root. Default: "."