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
In the example provided, the function signature for the to-be compiled code-string must be known in advance in order to be able to call into the function properly.
In the example provided, the function signature for the to-be compiled code-string must be known in advance in order to be able to call into the function properly.
https://github.com/CraneStation/simplejit-demo/blob/4b7b8099346d877fe559dd5b593b18344d62e30d/src/toy.rs#L47
Is it possible to make a call dynamically using an array of parameters instead of being required to
mem::transmute
to the correct function signature?The text was updated successfully, but these errors were encountered: