-
Notifications
You must be signed in to change notification settings - Fork 27
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
deno_bindgen = "0.6.0": message: Type definition not found for f32
identifier
#94
Comments
Seems like f32 missing. deno_bindgen/deno_bindgen_macro/src/derive_fn.rs Lines 30 to 41 in 095e88d
|
I'll fix this |
Hi, any idea when the next release will be? Could really use the floating point support |
@littledivy could you cut a release? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: custom attribute panicked
--> src/lib.rs:5:1
|
5 | #[deno_bindgen]
| ^^^^^^^^^^^^^^^
|
= help: message: Type definition not found for
f32
identifierThe text was updated successfully, but these errors were encountered: