Skip to content

Tauri, wasm and wasi #9521

Answered by FabianLars
dev-mash asked this question in Q&A
Apr 20, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

From the tauri architecture I understood that WRY (os webview abstraction) and TAO is used to handle window creation and rendering (webview).

Almost. Tao is only the windowing library. Tao alone will only get you an empty white window. Wry is indeed the abstraction layer for the os webview, and the webviews themselves are what render your website into the Tao window.

is tauri using wasm/wasi to enable the communication between javascript and rust or is this not required?

There is no WASM involved anywhere in Tauri unless you chose a frontend framework that uses WASM (for example leptos or yew) but even then the IPC will still run over the javascript implementations.

WASI is not involv…

Replies: 1 comment 1 reply

Comment options

FabianLars
Apr 22, 2024
Maintainer Sponsor

You must be logged in to vote
1 reply
@dev-mash
Comment options

Answer selected by FabianLars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants