UNPKG
starcoder.js
Version:
latest (1.0.1)
1.0.1
1.0.0
Web browser version of StarCoder.cpp
github.com/rahuldshetty/starcoder.js
rahuldshetty/starcoder.js
starcoder.js
/
src
/
actions.js
9 lines
(8 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
const
action
=
{
LOAD:
0
,
INITIALIZED:
1
,
RUN_MAIN:
2
,
WRITE_RESULT:
3
,
RUN_COMPLETED:
4
,
ERROR:
5
}