Skip to content

Commit 33e38be

Browse files
rockwotjsaghul
authored andcommitted
Enable direct dispatch for WASI
Signed-off-by: Tyler Rockwood <[email protected]>
1 parent 648a8f5 commit 33e38be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#include "libregexp.h"
4747
#include "libbf.h"
4848

49-
#if defined(EMSCRIPTEN) || defined(_MSC_VER) || defined(__wasi__)
49+
#if defined(EMSCRIPTEN) || defined(_MSC_VER)
5050
#define DIRECT_DISPATCH 0
5151
#else
5252
#define DIRECT_DISPATCH 1

0 commit comments

Comments
 (0)