Fix XIP issue caused by rem_s on RISC-V (#1619)
This commit is contained in:
@ -136,6 +136,10 @@
|
||||
#define WASM_ENABLE_UVWASI 0
|
||||
#endif
|
||||
|
||||
#ifndef WASM_ENABLE_WASI_NN
|
||||
#define WASM_ENABLE_WASI_NN 0
|
||||
#endif
|
||||
|
||||
/* Default disable libc emcc */
|
||||
#ifndef WASM_ENABLE_LIBC_EMCC
|
||||
#define WASM_ENABLE_LIBC_EMCC 0
|
||||
|
||||
Reference in New Issue
Block a user