diff --git a/web/emcc/wasm_runtime.cc b/web/emcc/wasm_runtime.cc index 618e230282a9..786227b5b121 100644 --- a/web/emcc/wasm_runtime.cc +++ b/web/emcc/wasm_runtime.cc @@ -53,11 +53,11 @@ #include "src/runtime/system_library.cc" #include "src/runtime/workspace_pool.cc" // relax setup +#include "src/runtime/memory/memory_manager.cc" #include "src/runtime/relax_vm/builtin.cc" #include "src/runtime/relax_vm/bytecode.cc" #include "src/runtime/relax_vm/executable.cc" #include "src/runtime/relax_vm/lm_support.cc" -#include "src/runtime/relax_vm/memory_manager.cc" #include "src/runtime/relax_vm/ndarray_cache_support.cc" #include "src/runtime/relax_vm/vm.cc"