-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from Brooooooklyn/win-i686-codegen-units
feat: support windows i686
- Loading branch information
Showing
4 changed files
with
122 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@napi-rs/pinyin-win32-ia32-msvc` | ||
|
||
This is the **i686-pc-windows-msvc** binary for `@napi-rs/pinyin` |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "@napi-rs/pinyin-win32-ia32-msvc", | ||
"version": "1.5.0", | ||
"os": ["win32"], | ||
"cpu": ["ia32"], | ||
"main": "pinyin.win32-ia32-msvc.node", | ||
"files": ["pinyin.win32-ia32-msvc.node"], | ||
"description": "Fastest Chinese words to pinyin library", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
"N-API", | ||
"Rust", | ||
"node-addon", | ||
"node-addon-api", | ||
"pinyin", | ||
"jieba", | ||
"拼音", | ||
"汉语", | ||
"汉字", | ||
"中文" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10.0" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:Brooooooklyn/pinyin.git" | ||
} |
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