Skip to content

Commit c3534fc

Browse files
Merge pull request #31 from lightpanda-io/expose-c-string
expose c string
2 parents 821da4f + f521366 commit c3534fc

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)