1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-13 12:08:07 +00:00

Merge branch 'master' into net

This commit is contained in:
Calvin Rose
2020-04-19 13:38:51 -05:00
6 changed files with 73 additions and 10 deletions

View File

@@ -1323,6 +1323,8 @@ typedef JanetBuildConfig(*JanetModconf)(void);
JANET_API JanetModule janet_native(const char *name, JanetString *error);
/* Marshaling */
#define JANET_MARSHAL_UNSAFE 0x20000
JANET_API void janet_marshal(
JanetBuffer *buf,
Janet x,