Skip to content

Commit 468b068

Browse files
committed
Add add-ffi-var
1 parent c7c9623 commit 468b068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/env.wit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ request-get-field: function(field-type: field-type, key: string, ident: u32) ->
4040
get-static-file: function(name: string, ident: u32) -> s32
4141
db-exec: function(query-type: query-type, name: string, ident: u32) -> s32
4242
get-ffi-result: function(ptr: u32, ident: u32) -> s32
43+
add-ffi-var: function(name: string, val: string, ident: u32) -> s32
4344
return-abort: function(msg: string, file: string, line-num: u32, col-num: u32, ident: u32)

0 commit comments

Comments
 (0)