This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch wasm in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 9997dc9fdb158bed016f36b37ada25ef0a17e9f5 Author: tqchen <[email protected]> AuthorDate: Sat Feb 15 19:48:14 2025 -0500 cross check re-enable wasm --- tests/scripts/task_web_wasm.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/scripts/task_web_wasm.sh b/tests/scripts/task_web_wasm.sh index 91bbbac523..153062b06e 100755 --- a/tests/scripts/task_web_wasm.sh +++ b/tests/scripts/task_web_wasm.sh @@ -26,8 +26,8 @@ make clean npm install npm run lint # TODO(@tqchen, @siyuan): re-enable the following tests -# npm run prepwasm -# npm run bundle -# npm run test -# npm run typedoc +npm run prepwasm +npm run bundle +npm run test +npm run typedoc cd ..
