issues
search
HiRoFa
/
quickjs_es_runtime
this is a wrapper library for the javascript runtime quickjs written in rust which works with typescript, modules, promises, async, await and much more
https://github.com/HiRoFa/quickjs_es_runtime
MIT License
104
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use Error.prepareStackTrace to map sourcemaps if swc is used with quickjs-ng
#86
andrieshiemstra
opened
1 month ago
0
`SIGSEGV: invalid memory reference` in bench.
#85
xuxiaocheng0201
closed
1 month ago
12
Incompatible with `tokio v1.40.0`.
#84
xuxiaocheng0201
closed
1 month ago
2
how to get the promise result
#83
lgl2017
closed
1 month ago
2
Since the bindings all use `usize` dont discriminate between 64 and 32 bits
#82
hansl
closed
6 months ago
2
Add list_context() method
#81
only-cliches
closed
6 months ago
1
fix(doc): table style
#80
zackshen
closed
7 months ago
1
Can't get rust async code to work with promise
#79
FlondorDev
closed
9 months ago
4
expose transpile_serverside as public
#78
SreeniIO
closed
1 year ago
2
fork quickjs
#77
andrieshiemstra
closed
9 months ago
6
Typescript support
#76
andrieshiemstra
closed
1 year ago
7
Tokio Version in cargo.toml
#75
dgildeh
closed
1 year ago
5
Unexpected error logs even when the promise rejection is handled
#74
SreeniIO
closed
1 year ago
7
Support for serde_json
#72
dgildeh
closed
1 year ago
10
once_cell & winapi features are removed from tokio
#71
SreeniIO
closed
1 year ago
1
clippy fixes
#70
SreeniIO
closed
2 years ago
1
thread panic occurred
#69
SreeniIO
closed
2 years ago
6
Main thread gets stuck randomly while awaiting for promise
#68
SreeniIO
closed
2 years ago
18
respect memory limit
#67
andrieshiemstra
opened
2 years ago
0
fix MemoryUsage impl
#66
andrieshiemstra
closed
2 years ago
0
Segmentation fault: 11 & panic when using ScriptModuleLoader<QuickJsRealmAdapter>
#65
SreeniIO
closed
2 years ago
7
deprecate EsValueFacade
#64
andrieshiemstra
closed
1 year ago
1
Document js_utils methods
#63
andrieshiemstra
opened
2 years ago
0
Panicked when running multiple promises concurrently
#62
SreeniIO
closed
2 years ago
2
Feat: TypedArrays
#61
andrieshiemstra
closed
2 years ago
1
Feat: function and struct to compute memory usage
#60
andrieshiemstra
closed
2 years ago
1
add console_formatter / console_logger to builder
#59
andrieshiemstra
closed
2 years ago
1
Option to disable features - console, setTimeout, setInterval
#58
SreeniIO
closed
2 years ago
9
CompiledModuleLoader changes
#57
SreeniIO
closed
2 years ago
2
Ability to load pre-compiled modules
#56
SreeniIO
closed
2 years ago
11
timeouts on invocations like call_function and eval
#55
andrieshiemstra
opened
2 years ago
2
Leaked promise inside a dropped context causes panic!
#54
SreeniIO
closed
3 years ago
7
revamp EsValueFacade
#53
andrieshiemstra
closed
3 years ago
1
rename EsRuntime(Builder) to QuickjsRuntimeFacade/Builder
#52
andrieshiemstra
closed
3 years ago
0
Removed println
#51
SreeniIO
closed
3 years ago
0
use JS_UpdateStackTop
#50
andrieshiemstra
closed
2 years ago
4
Panic when using nested setTimeout and when calling clearTimeout()
#48
SreeniIO
closed
3 years ago
8
move ScriptPreProcessor and EsScript to utils
#47
andrieshiemstra
closed
3 years ago
0
cargo audit action
#46
andrieshiemstra
closed
1 year ago
0
32bit support / windows
#45
andrieshiemstra
opened
3 years ago
21
remove droppable value
#44
andrieshiemstra
closed
3 years ago
0
Create LICENSE
#43
andrieshiemstra
closed
3 years ago
0
rebuild EsValueFacade to enum of different types
#42
andrieshiemstra
closed
3 years ago
2
EsValueFacade.stringify
#41
andrieshiemstra
closed
3 years ago
0
EsFunction struct for creating functions as EsValueFacade
#40
andrieshiemstra
closed
3 years ago
0
script preprocessor support
#39
andrieshiemstra
closed
3 years ago
0
Build tokio runtime with enable_all features
#38
SreeniIO
closed
3 years ago
1
make full featured tokio optional
#37
andrieshiemstra
closed
3 years ago
1
EventLoop revamp
#36
andrieshiemstra
closed
3 years ago
1
replace helper_thread_pool in EsRuntime with tokio
#35
andrieshiemstra
closed
3 years ago
1
Next