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

feat: callbacks #78

Closed
wants to merge 3 commits into from
Closed

feat: callbacks #78

wants to merge 3 commits into from

Conversation

littledivy
Copy link
Member

Waiting on denoland/deno#14663

#[deno_bindgen]
fn callback(cb: fn (a: i32, b: i32)) {
  cb(1, 2)
}

@littledivy littledivy marked this pull request as draft June 19, 2022 10:38
@littledivy
Copy link
Member Author

Merge conflicts. I'll revist this

@littledivy littledivy closed this Jan 15, 2023
@KnorpelSenf
Copy link

Any updates?

@nearest-river
Copy link

Why was that closed?

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.

3 participants