This website requires JavaScript.
Explore
Mail
Help
Register
Sign In
Mirror
/
wren
Watch
1
Star
0
Fork
1
You've already forked wren
mirror of
https://github.com/wren-lang/wren.git
synced
2026-01-12 06:38:45 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
stack-corruption-fix
wren
/
test
/
api
/
call.h
4 lines
49 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Better embedding API support (and tests!) for strings with null bytes. - Test that a foreign method can return strings. - Test that a foreign method can return a string with null bytes. - Test wrenCall(). - Allow passing NULL for "v" to wrenCall(). - Allow "a" for passing an explicit length byte array to wrenCall().
2015-09-24 08:02:31 -07:00
#
include
"wren.h"
Merge pull request #751 from wren-lang/0.3.0-refactor 0.3.0 refactor
2020-06-05 14:57:20 -07:00
int
callRunTests
(
WrenVM
*
vm
)
;
Reference in New Issue
Copy Permalink