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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ Bug fixes
11
11
*`get_fn_metadata_list` function is marked `volatile`.
12
12
*`no-std` plus `sync` should now build correctly (thanks [`stargazing-dino`](https://github.com/stargazing-dino)[947](https://github.com/rhaiscript/rhai/pull/947)).
13
13
14
+
New Features
15
+
------------
16
+
17
+
* It is possible to create a function pointer (`FnPtr`) which binds to a native Rust function or closure via `FnPtr::from_dn` and `FnPtr::from_dyn_fn`. When called in script, the embedded function will be called.
0 commit comments