DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
21.65k stars 833 forks source link

Accept the function value from javascript #3241

Open zhtanjj opened 1 week ago

zhtanjj commented 1 week ago

Feature Request

now can run javascript function in rust, if can Accept the value returned value of the function in javascript. like json data

DogeDark commented 1 week ago

You could use wasm-bindgen on Web or eval with its send and recv methods.