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


The following commit(s) were added to refs/heads/refactor by this push:
     new aaadba7053 Re-enable wasm
aaadba7053 is described below

commit aaadba7053d2b4adb2a03adb24b444c638a58e7d
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 ..

Reply via email to