Commit Graph

1703 Commits

Author SHA1 Message Date
ValKmjolnir 3752bd8c07 🐛 fix formated output 2025-01-13 22:35:56 +08:00
ValKmjolnir 644fbd8647 🐛 fix package error 2025-01-11 21:29:55 +08:00
ValKmjolnir 89826da791 📝 adjust package script 2025-01-11 21:20:44 +08:00
ValKmjolnir c6840da201 📝 adjust CI 2025-01-11 21:18:38 +08:00
ValKmjolnir 247172a9f2 📝 update minor version 2025-01-11 21:11:55 +08:00
ValKmjolnir 277ddb9c0f add demo format executable 2025-01-11 21:06:57 +08:00
ValKmjolnir c228dcc149 📝 change makefile 2025-01-11 17:51:34 +08:00
ValKmjolnir dadc0afa35 🐛 fix build failure 2025-01-03 01:07:46 +08:00
ValKmjolnir 77ec4b0d7c 🐛 add dylib find rule on mac 2025-01-03 01:03:13 +08:00
ValKmjolnir 030a3ad920 📝 remove -fPIC if using MSVC 2025-01-01 18:35:57 +08:00
ValKmjolnir 04097341ac 🎨 dump gc time occupation 2025-01-01 18:28:58 +08:00
ValKmjolnir fd93fbafdf 🎨 formating console3D test 2025-01-01 16:56:11 +08:00
ValKmjolnir 688fbe8c5d 🎨 formating 2025-01-01 16:39:25 +08:00
ValKmjolnir 4dc4c1d2b7 📝 fix typo 2024-12-27 19:21:07 +08:00
ValKmjolnir f6fa78d33e 📝 fix typo 2024-12-27 01:00:36 +08:00
ValKmjolnir 260f0cb5a3 📝 add doc about how to build on windows 2024-12-26 23:19:34 +08:00
ValKmjolnir 985dee8001 📝 format 2024-12-26 21:02:35 +08:00
ValKmjolnir 94d0ce9c2d 📝 format 2024-12-26 00:45:53 +08:00
ValKmjolnir dea19fe3c3 🔥 move NASAL_EXPORT to nasal.h 2024-12-11 20:52:58 +08:00
ValKmjolnir 1b745ad176 🐛 fix boolify result 2024-12-11 20:46:19 +08:00
ValKmjolnir c784b7b490 📝 adjust build config 2024-12-11 20:17:37 +08:00
ValKmjolnir fc6f7c60c7 📝 adjust CI name 2024-12-11 20:15:58 +08:00
ValKmjolnir c9c6b905ea 📝 adjust CI 2024-12-11 20:13:49 +08:00
ValKmjolnir 0d8a60e4e3 Merge branch 'master' into develop 2024-11-09 16:49:26 +08:00
ValK 0e85bfccab
Merge pull request #55 from sidi762/master
Added web app demo
2024-11-09 16:48:20 +08:00
LIANG Sidi ebca28d0aa
Delete package.json 2024-11-09 14:27:58 +08:00
Sidi Liang c8869080c6
[web] Updated README.md 2024-11-09 14:14:45 +08:00
Sidi Liang 8e7074fd25
[web] Attempt to add timeouts for REPL (not working properly, it works in some cases but causes a segfault, and in other cases the timeouts were ignored) 2024-11-09 13:40:45 +08:00
Sidi Liang afdaac9670
[web] Switched REPL server demo to koffi 2024-11-08 11:50:14 +08:00
Sidi Liang eae25eeb9a
[web] Fixed failures when creating tmp files on linxu 2024-11-07 11:30:54 +08:00
Sidi Liang d3d204a704
[web] Switch from ffi-napi to koffi 2024-11-06 23:44:22 +08:00
Sidi Liang 44e7077f46
[web] Added execution time limit for we b app 2024-11-05 22:40:01 +08:00
Sidi Liang e6b88c9dec
[web] Added Web REPL server and frontend demo 2024-11-05 01:25:09 +08:00
Sidi Liang 068da2fb41
[web] Support multiline mode in web REPL 2024-11-05 01:24:47 +08:00
Sidi Liang 1ecd0a6912
[REPL] Modified to support web repl 2024-11-05 01:24:18 +08:00
Sidi Liang 8dc06c085c
[web] Make the temporary file name actually unique to handle concurrent requests 2024-11-04 20:46:31 +08:00
Sidi Liang 40976bf0c1
[web] Added REPL support to the library 2024-11-04 12:04:31 +08:00
Sidi Liang 6260cc1665
[web] Added REPL support to the library 2024-11-04 12:04:14 +08:00
Sidi Liang 8ecf309791
[web] Added an option to show execution time on the front end, and improved server.js 2024-11-03 17:31:20 +08:00
Sidi Liang 95031f508b
[web] Added an option to display execution time 2024-11-03 17:30:26 +08:00
Sidi Liang 037ac9e79f
[web] nasal_web.cpp: remove gc in NasalContext, which is not needed 2024-11-03 17:30:02 +08:00
Sidi Liang 83ffcc3087
[web] enable limit_mode for safety, enabled optimizer 2024-11-03 16:31:37 +08:00
Sidi Liang 1c48e08889
[web] Added nodejs web app demo 2024-11-03 16:14:59 +08:00
Sidi Liang b7176b39ed
[web] Added lib for web app 2024-11-03 16:14:30 +08:00
Sidi Liang 255f10dfae
Updated gitignore 2024-11-03 16:13:00 +08:00
ValKmjolnir 20504efcf3 📝 update docs 2024-08-26 00:30:27 +08:00
ValK 0c64090547
Merge pull request #54 from ValKmjolnir/develop
🎨 update logo & docs
2024-08-18 01:03:50 +08:00
ValKmjolnir d4eafae5f2 📝 update docs 2024-08-18 01:01:39 +08:00
ValKmjolnir fdbc6cf6da 🎨 update logo 2024-08-18 00:04:11 +08:00
ValK 617598ea40
Merge pull request #53 from ValKmjolnir/develop
🎨 add new logo & sync some fixes
2024-08-16 23:18:35 +08:00