servo / rust-mozjs

DEPRECATED - moved to servo/mozjs instead.
Mozilla Public License 2.0
293 stars 122 forks source link

easy to use or higher level wrappers? #369

Open ctaggart opened 7 years ago

ctaggart commented 7 years ago

Are there any simpler wrappers for https://github.com/servo/rust-mozjs ? I just want to load typescript.js, get ts variable, call ts.createNode function and a few other functions. I attempted to do that with a chakracore wrapper, but got stuck.

jdm commented 6 years ago

You will probably be interested in https://github.com/asajeffrey/josephine/!