-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support WebIDL callback functions #257
Copy link
Copy link
Closed
Labels
closuresAdding more support for closures on the boundaryAdding more support for closures on the boundaryfrontend:webidlIssues related to the WebIDL frontend to wasm-bindgenIssues related to the WebIDL frontend to wasm-bindgenhelp wantedWe could use some help fixing this issue!We could use some help fixing this issue!
Metadata
Metadata
Assignees
Labels
closuresAdding more support for closures on the boundaryAdding more support for closures on the boundaryfrontend:webidlIssues related to the WebIDL frontend to wasm-bindgenIssues related to the WebIDL frontend to wasm-bindgenhelp wantedWe could use some help fixing this issue!We could use some help fixing this issue!
https://heycam.github.io/webidl/#idl-callback-functions
Example:
Should probably translate these intoFnMove(...) -> ...since we can't be sure about the way the interfaces might use the callbacks.