This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-22 15:06:54 -05:00
Code
Issues
Packages
1
Wiki
Activity
bd238be4b5
denoland-deno
/
test_napi
/
.gitignore
8 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
feat(npm): implement Node API (#13633) This PR implements the NAPI for loading native modules into Deno. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com> Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2022-10-05 10:06:44 -04:00
package-lock.json
# Test generated artifacts
fix(napi): clear currently registering module slot (#19249) This commit fixes problem with loading N-API modules that use the "old" way of registration (using "napi_module_register" API). The slot was not cleared after loading modules, causing subsequent calls that use the new way of registration (using "napi_register_module_v1" API) to try and load the previous module. Ref https://github.com/denoland/deno/issues/16460 --------- Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2023-05-26 00:40:17 -04:00
.swc
*.dylib
*.so
*.dll
Copy permalink