npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

azurlane-tech-research

v0.3.2

Published

Wasm application for Azur Lane wiki(Bwiki) - Tech Research section.

Downloads

7

Readme

A tech-research helper using RustLang and wasm-pack.

Built with 🦀🕸

如何使用

📚 碧蓝航线 WIKI 📚

在线版

快速连接:
科研策略专题攻略-BWiki
GitHub Page

使用WebAssembly构建的在线科研规划服务,基本囊括了科研规划的主要功能。

BWiki由于MediaWiki系统的限制可能部分展示会出现一定的问题。

GitHub Page原生构建,通常情况下不会出现问题。

离线版本地应用

Tauri + HTML

Tauri App

复用及二次开发

应用程序扩展(C-FFI)

release中我提供了.dll形式的符合C-FFI的接口,相关内容在release包和CFFI分支的rust.h中。

复用WASM

release中我同样提供了.wasm的文件。由于wasm-bindgen对于wasm与rust交互复杂结构体仅有JsValue形式,无法提供类型注释,因此我在master分支中和release包中提供了rust.ts,其中仅标注了数据类型。

源代码

该项目使用wasm-pack脚手架,其中所有导入导出定义及源代码形式符合wasm-pack默认形式。

注意:为了纯隔离式运行,科研项目相关数据直接以硬代码形式写入于dataset::Data::load()(src/dataset.rs)函数中。

其他

使用NPM(WASM)

Azurlane Tech Research <TS>

npm i azurlane-tech-research

使用rust-Cargo(标准crate,提供全部可提供API)

azurlane_tech_research v0.1.1

Add the following line to your Cargo.toml file:

azurlane_tech_research = "0.1.1"

更新日志

V0.1.1

更新代码库

许可

Licensed under MIT license (LICENSE or MIT-opensource)

致谢