You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deno_bindgen doesn't allow bool for some reason..
we need to use u8 as return-type or parameters and then cast them, which is pretty annoying..
adding bool to deno_bindgen's native-type would be much better...
#[deno_bindgen]pubfnis_fun()-> bool{true}
The text was updated successfully, but these errors were encountered:
deno_bindgen
doesn't allow bool for some reason..we need to use
u8
as return-type or parameters and then cast them, which is pretty annoying..adding
bool
todeno_bindgen
's native-type would be much better...The text was updated successfully, but these errors were encountered: