diff --git a/web/emcc/wasm_runtime.cc b/web/emcc/wasm_runtime.cc index 9744750b80db..7def36373480 100644 --- a/web/emcc/wasm_runtime.cc +++ b/web/emcc/wasm_runtime.cc @@ -55,6 +55,7 @@ // relax setup #include "src/runtime/memory/memory_manager.cc" #include "src/runtime/nvtx.cc" +#include "src/runtime/relax_vm/attn_backend.cc" #include "src/runtime/relax_vm/builtin.cc" #include "src/runtime/relax_vm/bytecode.cc" #include "src/runtime/relax_vm/executable.cc"