tauri-wasm 0.1.1

Tauri API in WASM
Documentation
1
2
3
export function is_tauri() {
    return 'isTauri' in window && !!window.isTauri
}