diff options
author | 2022-11-10 15:05:06 -0800 | |
---|---|---|
committer | 2022-11-10 15:05:23 -0800 | |
commit | dddbce8a41aa266af106b19e583c152126900730 (patch) | |
tree | 0940f99ea3dca7b43764a47b5cc1e9849981da3c /test/bun.js/napi-test.c | |
parent | 7ce8328d28f415fd89cc025121b774d7a6e4661e (diff) | |
download | bun-dddbce8a41aa266af106b19e583c152126900730.tar.gz bun-dddbce8a41aa266af106b19e583c152126900730.tar.zst bun-dddbce8a41aa266af106b19e583c152126900730.zip |
Implement `napi_create_external` and `napi_get_value_external`
Diffstat (limited to 'test/bun.js/napi-test.c')
-rw-r--r-- | test/bun.js/napi-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bun.js/napi-test.c b/test/bun.js/napi-test.c new file mode 100644 index 000000000..dac40c83d --- /dev/null +++ b/test/bun.js/napi-test.c @@ -0,0 +1,3 @@ +#include "../../src/napi/node_api.h" + +void
\ No newline at end of file |