This website requires JavaScript.
Explore
Help
Register
Sign in
King_DuckZ
/
wrenpp
Watch
1
Star
1
Fork
You've already forked wrenpp
0
Code
Issues
Pull requests
Releases
Wiki
Activity
3318ca8167
wrenpp
/
examples
/
cpp_calls
/
meson.build
6 lines
86 B
Meson
Raw
Normal View
History
Unescape
Escape
Add support for returning a pre-existing foreign object from a foreign method This is potentially subject to change in the near future. This commit adds support for returning an instance (currently wrapped in ForeignObject<>) of a foreign object that is already instantiated. The object returned this way simply gets selected by handle into slot 0 of C Wren. Conversely, returning just a naked object causes wrenpp to make a Wren-accessible copy of it.
2024-05-28 06:25:19 +00:00
executable
(
'cpp_calls'
,
Add support for object parameters to Wren calls
2024-05-24 23:47:51 +00:00
'main.cpp'
,
dependencies
:
wrenpp_dep
,
install
:
false
,
)
Reference in a new issue
Copy permalink