3 releases

new 0.1.3 Jul 12, 2024
0.1.2 Jun 13, 2024
0.1.1 May 20, 2024

#9 in #aok

Download history 119/week @ 2024-05-17 19/week @ 2024-05-24 95/week @ 2024-06-07 60/week @ 2024-06-14 4/week @ 2024-06-21

159 downloads per month
Used in 2 crates (via i18n_js)

Apache-2.0

23KB
474 lines

minjs

use aok::{Result, OK};
use static_init::constructor;

#[constructor(0)]
extern "C" fn init() {
  loginit::init()
}

#[test]
fn test() -> Result<()> {
  // let dir = env!("CARGO_MANIFEST_DIR");
  // let dir: PathBuf = dir.into();

  // let r = minjs(dir.join("tests/test.js"))?;
  // dbg!(r);
  OK
}

Dependencies

~24–34MB
~569K SLoC