Fix XIP issue caused by rem_s on RISC-V (#1619)

This commit is contained in:
Huang Qi
2022-10-19 16:46:26 +08:00
committed by GitHub
parent 1c5034bdfa
commit 73809efb5d
3 changed files with 19 additions and 4 deletions

View File

@ -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