You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
- Run `testSuite/run` to compile the Scala code under `test-suite` to WebAssembly
31
+
- Run the WebAssembly binary using NodeJS
32
+
- Each Scala program in `test-suite` should have a function that has no arguments and return a Boolean value. The test passes if the function returns `true`.
33
+
- When you add a test,
34
+
- Add a file under `test-suite`
35
+
- Add a test case to `cli/src/main/scala/TestSuites.scala` (`methodName` should be a exported function name).
0 commit comments