Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support call-by-reference in wrapped functions
this should allow a function (or method) with call-by-reference parameters to be wrapped and exported to lua. the wrapper will translate an equivalent pointer type to the reference type (and throw if the pointer is null)
- Loading branch information