-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The napi bindings were the only bindings that were not ported to the new generator script yet. This is now resolved. Signed-off-by: Jonathan Schwender <[email protected]>
- Loading branch information
Showing
6 changed files
with
484 additions
and
1,104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
#[link(name = "ace_napi.z")] | ||
extern "C" {} | ||
|
||
mod napi_api10; | ||
pub use napi_api10::*; | ||
|
||
#[cfg(feature = "api-11")] | ||
#[cfg_attr(docsrs, doc(cfg(feature = "api-11")))] | ||
mod api11_additions; | ||
#[cfg(feature = "api-11")] | ||
#[cfg_attr(docsrs, doc(cfg(feature = "api-11")))] | ||
pub use api11_additions::*; | ||
mod napi_ffi; | ||
pub use napi_ffi::*; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.