We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c9623 commit 468b068Copy full SHA for 468b068
api/env.wit
@@ -40,4 +40,5 @@ request-get-field: function(field-type: field-type, key: string, ident: u32) ->
40
get-static-file: function(name: string, ident: u32) -> s32
41
db-exec: function(query-type: query-type, name: string, ident: u32) -> s32
42
get-ffi-result: function(ptr: u32, ident: u32) -> s32
43
+add-ffi-var: function(name: string, val: string, ident: u32) -> s32
44
return-abort: function(msg: string, file: string, line-num: u32, col-num: u32, ident: u32)
0 commit comments