@didmar/sudachi-dic-converter-linux-x64
v0.6.11-didmar.0
Published
Prebuilt Sudachi dictionary converter for Linux x64
Readme
sudachi-wasm-js
Packaging workspace for reusable Sudachi npm artifacts under the @didmar scope.
Current packages:
@didmar/sudachi-wasm@didmar/sudachi-dic-converter-linux-x64
These packages are artifact-only. They do not compile Rust code during consumer install.
Build the host packages locally
pnpm install
pnpm build:hostBy default this clones the upstream sudachi-wasm repo into .cache/upstream/sudachi-wasm,
checks out the pinned commit, initializes submodules, builds the Node.js WASM package and the host
dic_converter, and copies the artifacts into packages/.
Override the upstream checkout path with SUDACHI_WASM_UPSTREAM_DIR=/path/to/sudachi-wasm.
Package contents
@didmar/sudachi-wasm
dist/sudachi_wasm.jsdist/sudachi_wasm_bg.wasmdist/sudachi_wasm.d.tsdist/sudachi_wasm_bg.wasm.d.tsdist/package.json
@didmar/sudachi-dic-converter-linux-x64
bin/dic_converter
Publish
After building, publish from each package directory:
pnpm --dir packages/sudachi-wasm publish --access public
pnpm --dir packages/sudachi-dic-converter-linux-x64 publish --access publicGitHub Actions
The repo includes a build.yml workflow that rebuilds the Linux x64 packages on push and manual
dispatch. This is enough to verify the packaging flow after you create the GitHub repository.
