support jerryscript on edu-arm32 board and add test case

This commit is contained in:
wgzAIIT
2023-08-09 10:29:03 +08:00
parent 7ce3748947
commit bb0fb51e7e
8 changed files with 216 additions and 9 deletions
@@ -0,0 +1,10 @@
var str2 = "hello"
var num = 3.1415
console.log("helo world!!");
console.log("helo jerryscript run ok!!");
console.log("helo js engine!!");
console.log("helo world!!" + str2);
console.log("num=" + num);
console.log("[hello world] end");