Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed docs comment in web::start #2422

Merged
merged 2 commits into from
Dec 9, 2022
Merged

Conversation

tomoyanonymous
Copy link
Contributor

The current example code in web::start returns Result<AppRunnerRef, eframe::wasm_bindgen::JsValue> but #[wasm_bindgen] macro returns an error for this.
In the demo app, this was fixed in #1650 and #1886 to wrap AppRunnerRef with a single struct, WebHandle.

(btw, WebHandle can not be defined on eframe side as commented in #1650 (comment) ,right? )

@emilk emilk merged commit aca3807 into emilk:master Dec 9, 2022
@emilk
Copy link
Owner

emilk commented Dec 9, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants