webtau-vite API
    Preparing search index...

    Interface WebtauViteOptions

    interface WebtauViteOptions {
        wasmCrate?: string;
        wasmOpt?: boolean;
        wasmOutDir?: string;
        watchPaths?: string[];
    }
    Index

    Properties

    wasmCrate?: string

    Path to the wasm crate (relative to project root). Default: "src-tauri/wasm"

    wasmOpt?: boolean

    Run wasm-opt on release builds. Default: false Requires wasm-opt to be installed globally.

    wasmOutDir?: string

    Where to output wasm-pack result (relative to project root). Default: "src/wasm"

    watchPaths?: string[]

    Additional directories to watch for Rust changes. Default: []