Enable direct dispatch for WASI
Signed-off-by: Tyler Rockwood <rockwood@redpanda.com>
This commit is contained in:
parent
648a8f5be1
commit
33e38bec00
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
#include "libregexp.h"
|
||||
#include "libbf.h"
|
||||
|
||||
#if defined(EMSCRIPTEN) || defined(_MSC_VER) || defined(__wasi__)
|
||||
#if defined(EMSCRIPTEN) || defined(_MSC_VER)
|
||||
#define DIRECT_DISPATCH 0
|
||||
#else
|
||||
#define DIRECT_DISPATCH 1
|
||||
|
|
Loading…
Reference in a new issue