defims / wvwasi

A WebView with WASI may be the best containerized JS/WASM runtime that supports GUI and system APIs. wvwasi is it.
http://wvwasi.org
MIT License
5 stars 0 forks source link

Add Sync API #10

Closed defims closed 6 months ago

defims commented 1 year ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Add Sync API. Because the existing ways to use wasi are all synchronous, the asynchronous wasi is only available in wasi preview2, so synchronous support is required.

Describe alternatives you've considered

Additional context No

defims commented 10 months ago

https://github.com/tauri-apps/wry/pull/1109 will solved this for windows platform.

defims commented 7 months ago

tauri-apps/wry#1109 will solved this for windows platform.

wry already supported.