Issues
- 10
Add a script to regenerate the bindings.
#215 opened by Ms2ger - 5
Builds fail on Win64 MSVC ABI
#228 opened - 1
Forbid rooted! outside of unsafe code
#293 opened by nox - 7
- 0
Heap::mut_handle avoids the GC barriers
#351 opened by jdm - 10
Heap constructor is unsafe
#343 opened by jdm - 1
Publish on crates.io
#376 opened by asajeffrey - 1
easy to use or higher level wrappers?
#369 opened by ctaggart - 7
Linker fails when compiling tests for Android
#346 opened by vmx - 0
TypedArray::from should be unsafe
#374 opened by nox - 2
- 1
Make JS shutdown explicit
#348 opened by nox - 2
Segfault when calling JS_GetPendingException
#367 opened by Fiveside - 1
Add AutoValueVectorWrapper
#366 opened by asajeffrey - 3
bindings-all.py passing unknown params to bindgen
#363 opened by RReverser - 2
Shut down the parent runtime before calling JS_ShutDown
#347 opened by jdm - 5
Compilation for Android x86 fails
#345 opened by vmx - 7
- 5
- 4
TypedArray::from method should protect against null pointers
#332 opened by jdm - 1
Can't use typedarray macro with generics
#330 opened by jdm - 0
GCMethods does not need a type parameter
#256 opened by Ms2ger - 3
How to use rust-mozjs on Windows?
#178 opened by ctaggart - 2
- 4
Make high-level wrappers that require &JSAutoCompartment arguments for APIs that need an active compartment
#316 opened by jdm - 1
- 3
Review soundness of ObjectValue and friends.
#292 opened by nox - 1
Debug build failure on debian.
#308 opened by emilio - 9
Rewrite FromJSValConvertible to better support unions
#282 opened by Ms2ger - 1
Set up appveyor CI
#266 opened by jdm - 2
Should Rooted::ptr be an UnsafeCell?
#273 opened by Ms2ger - 0
- 2
Consider having Runtime::new enter a request
#259 opened by Ms2ger - 1
Move github.com/servo/mozjs in-tree as mozjs-sys?
#262 opened by frewsxcv - 3
Set up CI for linux32
#254 opened by Ms2ger - 2
- 1
Intermittent crash when testing
#246 opened by emilio - 1
Remove old feature raw_pointer_derive
#239 opened by nox - 6
Conversion to vector should throw a TypeError
#237 opened by Ms2ger - 4
- 0
CallArgs::get should return UndefinedHandleValue instead of panicking for OOB indices
#219 opened by tschneidereit - 0
- 0
Fix type of FunctionClassPtr and ObjectClassPtr
#203 opened by michaelwu - 0
Improve union field accessors in generated bindings
#202 opened by michaelwu - 7
Error E0277 on nightly
#196 opened by llacroix - 5
get mozjs working on stable/beta channels
#183 opened by olsonjeffery - 2
Make Handle fields private
#194 opened by jdm - 1
Need access to JSITER constants
#190 opened by frewsxcv - 1
Bindgen translates size_t to u32
#184 opened by jdm - 2
is mozjs statically linked?
#176 opened by benoitc