FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
simdjson_nodejs/simdjson/main.cpp at master · luizperes/simdjson_nodejs · GitHub
luizperes
/
simdjson_nodejs
Public
Notifications
You must be signed in to change notification settings
Fork
31
Star
622
Code
Issues
17
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
simdjson_nodejs
/
simdjson
/
main.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (6 loc) · 181 Bytes
Breadcrumbs
simdjson_nodejs
/
simdjson
/
main.cpp
Copy path
File metadata and controls
8 lines (6 loc) · 181 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#
include
<
napi.h
>
#
include
"
bindings.h
"
Napi::Object
InitAll
(Napi::Env env, Napi::Object exports) {
return
simdjsonnode::Init
(env, exports);
}
NODE_API_MODULE
(simdjson, InitAll)
Back
|
FazBrowse Home
|
New Git URL