Skip to content

Commit f521366

Browse files
committed
expose c string
Allowing to implement some v8 callbacks
1 parent 821da4f commit f521366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v8.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub const C_Data = c.Data;
5757
pub const C_FixedArray = c.FixedArray;
5858
pub const C_Module = c.Module;
5959
pub const C_InternalAddress = c.InternalAddress;
60+
pub const C_String = c.String;
6061

6162
pub const MessageCallback = c.MessageCallback;
6263
pub const FunctionCallback = c.FunctionCallback;

0 commit comments

Comments
 (0)