Skip to main content
Deno 2 is finally here 🎉️
Learn more

本库实现了与python zlib.crc32相同计算CRC校验值结果,主要移值于node web deno

使用

import  {crc32}  from "https://deno.land/x/crc32wasm_deno@v0.0.2/mod.ts.js";

crc32("hello world")