This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch refactor in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 73c59b10a6d52f3f7287c17b6d4075ed632ca322 Author: tqchen <[email protected]> AuthorDate: Sat Feb 15 20:05:50 2025 -0500 Re-enable wasm --- tests/scripts/task_web_wasm.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/scripts/task_web_wasm.sh b/tests/scripts/task_web_wasm.sh index 91bbbac523..8a08c1ecb5 100755 --- a/tests/scripts/task_web_wasm.sh +++ b/tests/scripts/task_web_wasm.sh @@ -25,9 +25,8 @@ cd web 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 ..
