Skip to content

Commit

Permalink
feat(ffi) expose shm kv/metrics shms through FFI
Browse files Browse the repository at this point in the history
  • Loading branch information
casimiro authored and thibaultcha committed Sep 19, 2024
1 parent cc96200 commit 04042c6
Show file tree
Hide file tree
Showing 14 changed files with 1,741 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/resty/wasmx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ffi.cdef [[

typedef unsigned char u_char;
typedef intptr_t ngx_int_t;
typedef uintptr_t ngx_uint_t;
typedef ngx_uint_t ngx_msec_t;
typedef struct ngx_log_s ngx_log_t;
typedef struct ngx_wavm_t ngx_wasm_vm_t;
typedef struct ngx_wasm_ops_plan_t ngx_wasm_plan_t;

Expand Down
Loading

0 comments on commit 04042c6

Please sign in to comment.