issues
search
theduke
/
quickjs-rs
Rust wrapper for the quickjs Javascript engine.
MIT License
570
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update quickjs version.
#131
xuxiaocheng0201
opened
1 month ago
0
works locally fine, but fails with "SyntaxError: stack overflow" on github ci/cd
#130
rv-nath
closed
4 months ago
1
Undefined references
#129
AtomicFS
opened
8 months ago
5
Build failed with `Could not apply patches` when system does not offer `patch` binary
#128
darkyzhou
opened
1 year ago
1
Serde support
#127
indietyp
opened
1 year ago
0
Add interrupt handler callback support
#126
osmarks
opened
1 year ago
1
Is the package maintained?
#125
uwejan
closed
1 year ago
10
Added support for returning undefined in async functions
#124
awestlake87
opened
2 years ago
0
Is there any way to use std, os, and global?
#123
yujonglee
opened
2 years ago
0
Null pointer dereference in quick_js::bindings::OwnedObjectRef::property
#122
DarkRTA
opened
2 years ago
3
could callback support mutability?
#121
shi-yan
opened
2 years ago
0
What are the differences between the js engine of this warehouse and quickjs?
#120
Misaka299
opened
2 years ago
0
More accuracy wrapper type for exception
#119
kamyuentse
opened
3 years ago
1
Passing classes defined in JS back to JS result in a type TypeError
#118
davebrent
opened
3 years ago
1
Move example into nested crate
#117
doodlewind
closed
3 years ago
2
publishing libquickjs-sys with quickjs 2021-03-27
#116
andrieshiemstra
closed
3 years ago
4
Bindings Refactor + update quickjs
#115
theduke
closed
3 years ago
0
Upgrades QuickJS to 2021-03-27, and support msvc and i686 targets
#114
branchseer
opened
3 years ago
4
Implement Native JSClasses
#113
yancheng199287
opened
3 years ago
2
Upgrade to QuickJS 2021-03-27
#112
theduke
closed
3 years ago
1
update to 2021-03-27
#111
andrieshiemstra
closed
3 years ago
0
Support JsValue in Callbacks + Prevent Double Free
#110
theduke
closed
3 years ago
1
[Req] Add support for JsValue as add_callback closure parameter
#109
monoclex
closed
3 years ago
0
Add full logging example
#108
vedantroy
opened
3 years ago
2
Fix `set_global()` use after free. almost....?
#107
andrieshiemstra
closed
3 years ago
1
Fix set_global use after free
#106
theduke
closed
3 years ago
1
[Bug] Strings cause memory free errors & segfaults.
#105
monoclex
closed
3 years ago
3
Refactor Bindings, Upgrade to 2021-03-21
#104
theduke
closed
3 years ago
0
Replace copy_dir
#103
theduke
opened
3 years ago
0
add compile utils for bytecode compilation
#102
andrieshiemstra
closed
3 years ago
7
Questions about design/architecture
#101
andrieshiemstra
closed
3 years ago
5
Implement TryFrom<JsValue> for Vec<T>
#100
theduke
closed
3 years ago
0
Unable to accept arrays as callback params
#99
kirjavascript
closed
3 years ago
1
Various Fixes and Release Prep
#98
theduke
closed
3 years ago
1
Update quickjs + fix up wrapper logic
#97
theduke
closed
3 years ago
0
Stop canonicalizing paths in build.rs.
#96
theduke
closed
3 years ago
0
Build failed on windows
#95
expnn
closed
3 years ago
1
fix github action
#94
xu-cheng
closed
3 years ago
1
Cannot build crates that depend on quickjs-rs on Windows
#93
Luni-4
closed
3 years ago
4
Stack overflow weirdness
#92
andrieshiemstra
closed
3 years ago
2
quick fix for windows ci
#91
andrieshiemstra
closed
3 years ago
1
updated quickjs to 2020-11-08
#90
andrieshiemstra
closed
3 years ago
11
Upgrade to 2020-11-08
#89
theduke
closed
3 years ago
4
Add JsValue::Undefined
#88
chayleaf
closed
3 years ago
2
added most static inline functions and moved to new file
#87
andrieshiemstra
closed
3 years ago
0
expose all static inline functions from quickjs.h
#86
andrieshiemstra
closed
3 years ago
0
Expose JS_SetInterruptHandler
#85
chayleaf
closed
3 years ago
5
Mutex over RefCell because of unwind-safeness?
#84
chayleaf
closed
3 years ago
1
added static inline functions to lib
#83
andrieshiemstra
closed
3 years ago
0
JS_DuplValue / JS_FreeValue support in quickjs_sys bindings?
#82
andrieshiemstra
closed
3 years ago
4
Next