Skip to content

Commit

Permalink
Change memory import for web
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieFRuan committed Nov 10, 2023
1 parent bc10f76 commit 79d85ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/emcc/wasm_runtime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 79d85ff

Please sign in to comment.