#javascript #ffi #es5

sys mujs

rust bindings for MuJS javascript library

2 releases

Uses old Rust 2015

0.0.3 Jun 8, 2017
0.0.2 Jun 5, 2017
0.0.1 Jun 5, 2017

#10 in #ecmascript

Download history 7/week @ 2023-12-13 14/week @ 2023-12-20 4/week @ 2023-12-27 16/week @ 2024-01-03 39/week @ 2024-01-17 42/week @ 2024-01-24 546/week @ 2024-01-31 27/week @ 2024-02-07 66/week @ 2024-02-14 220/week @ 2024-02-21 24/week @ 2024-02-28 10/week @ 2024-03-06 17/week @ 2024-03-13 17/week @ 2024-03-20 26/week @ 2024-03-27

70 downloads per month

GPL-3.0 license

415KB
14K SLoC

C 13K SLoC // 0.0% comments Rust 1.5K SLoC

mujs-rs - rust MuJS bindings

Version License Downloads Status

MuJS is a lightweight implementation of the Javascript language in a library. MuJS is licensed under ISC license which is FSF approved and compatible with GPL. MuJS rust bindings are licensed under GPLv3.

Its primary purpose and design is for embedding in other software to add scripting capability to those programs, but it can also be used as an extensible scripting language.

In contrast to other programs that are large and complex, MuJS was designed with a focus on small size, correctness and simplicity. MuJS is written in portable C and implements ECMAScript as specified by ECMA-262.

The interface for binding with native code is designed to be as simple as possible to use, and is similar to Lua.

For more indepth information about MuJS see MuJS Reference Manual.

Dependencies