napi-rs/test_module
Ouyang Yadong 00454eb577 refactor(napi): use get_uv_event_loop instead of uv_default_loop
Using the uv_loop_s from napi_env is safer as it's possible that
there are multiple Workers, and therefore multiple uv_loop_s.
2020-08-18 13:55:35 +08:00
..
__test__ refactor(napi): use get_uv_event_loop instead of uv_default_loop 2020-08-18 13:55:35 +08:00
src feat(napi): add BigInt related apis 2020-08-12 22:40:52 +08:00
build.rs feat: upgrade to std-future 2020-02-18 21:09:17 +08:00
Cargo.toml refactor: decouple sys module of new napi-rs into a crate 2020-07-15 00:59:41 +08:00
package.json feat(cli): start new cli 2020-07-29 23:06:37 +08:00
tsconfig.json test(napi): add class specs 2020-08-02 23:31:22 +08:00