LongYinan
1a3621b727
feat(napi): major upgrades for napi@1
...
1. inline everything
2. change `check_status` and `type_of` to macro
3. provide #[module_exports] macro
4. remove debug and repr[transparent] for ffi struct
2020-11-26 11:31:49 +08:00
LongYinan
fc0ec0b378
refactor(napi-sys): remove bindgen
2020-11-10 17:52:59 +08:00
LongYinan
4dcf50ef06
test(napi): add specs for array
2020-10-21 15:45:45 +08:00
LongYinan
45411a59ea
feat(napi): implement env cleanup hook
2020-10-04 16:02:04 +08:00
LongYinan
43c01796eb
feat(napi): implement JsTimeout
2020-10-03 14:57:56 +08:00
LongYinan
3eecf1fc5f
fix(napi): arraybuffer implement
...
close https://github.com/napi-rs/napi-rs/issues/68
2020-09-30 18:23:31 +08:00
LongYinan
76d1258592
feat(napi): implement all object functions
2020-09-03 00:02:41 +08:00
LongYinan
a022fe01d9
chore(napi): cleanup codes
2020-09-02 10:59:11 +08:00
LongYinan
ea3fff25ae
feat(napi): serde-json feature
2020-09-01 23:48:02 +08:00
LongYinan
98210cd771
feat(napi): implement more napi
2020-08-24 16:16:41 +08:00
Ouyang Yadong
14dd8b83e6
feat(napi): add BigInt related apis
2020-08-12 22:40:52 +08:00
LongYinan
b69a183681
fix(napi): wrong string length
2020-08-03 14:34:58 +08:00
LongYinan
5a0b9919ea
test(napi): add class specs
2020-08-02 23:31:22 +08:00
messense
efa9ba5892
Throw exception when Rust code panics
2020-07-19 16:54:10 +08:00
LongYinan
3508956d16
feat(napi): implement either type
2020-07-18 02:11:49 +08:00
LongYinan
244db37c3b
refactor: decouple sys module of new napi-rs into a crate
2020-07-15 00:59:41 +08:00
LongYinan
9118e9e62d
feat(napi): implment tokio_rt feature
2020-07-14 22:58:05 +08:00
LongYinan
f4a331cfe2
feat(napi): provide execute function to run Future on libuv
2020-07-07 11:57:32 +08:00
Ouyang Yadong
472d4f2ab5
chore: add into_unknown; refactor tsfn api; add tests for js function
2020-07-04 00:05:31 +08:00
LongYinan
0d5f03f845
feat: move napi version features setup to build package
2020-07-02 00:40:36 +08:00
LongYinan
0216c55e54
refactor(napi): redesign the JavaScript values API
2020-06-28 23:29:04 +08:00
Ouyang Yadong
f126a0581f
feat(napi): impl threadsafe function api
2020-06-28 22:47:08 +08:00
LongYinan
17cb852a6e
refactor(napi): self in Task::compute could be mutable
2020-06-19 16:19:06 +08:00
LongYinan
79401d693e
feat(napi): implement create_external and get_value_external
2020-06-19 16:16:28 +08:00
LongYinan
422682c8b8
test: setup test framework in test_module project
2020-06-17 20:53:41 +08:00
Ouyang Yadong
4baff91a58
feat(napi): impl is_date
2020-06-15 21:15:59 +08:00
LongYinan
28257b45c1
feat(napi): support musl linux
...
drop future executor due to mutithreads bug.
2020-06-11 16:20:37 +08:00
LongYinan
ec235d284d
refactor(spawn): napi_async_worker implementation
2020-05-15 14:03:02 +08:00
LongYinan
869ed76c0b
feat(napi): impl spawn for tasks need to be run in the other thread
2020-05-11 16:32:57 +08:00
LongYinan
91cca630a9
perf: borrow Env in CallContext
2020-05-09 15:14:44 +08:00
LongYinan
1a280aa30f
refactor(napi): async and lifetime span
2020-05-09 14:13:25 +08:00
LongYinan
53f9157342
fix(test_module): avoid oom in test_scripts
2020-04-30 18:31:47 +08:00
LongYinan
67ac49a7d7
chore: rename napi-derive to napi-rs-derive
2020-04-26 20:21:45 +08:00
LongYinan
0b2561225f
feat(derive): js_function derive
2020-04-26 16:36:44 +08:00
LongYinan
fa8e1be7b9
refactor(napi-rs): make api calls more safety
2020-04-19 18:52:32 +08:00
LongYinan
5574930e18
feat(napi): implement serde feature
2020-04-03 00:09:44 +08:00
LongYinan
48c9a8956c
build: enhance the build pipeline
2020-02-19 17:45:57 +08:00
LongYinan
e0e85502af
feat: upgrade to std-future
2020-02-18 21:09:17 +08:00
LongYinan
c05ab719b3
init
2018-04-28 16:26:38 +08:00