Closed yuhr closed 1 year ago
Yeah, I need to repair the build script which I had for Deno.
Until then you can import the latest version using ESM CDNs like Skypack.
import { md5 } from "https://cdn.skypack.dev/hash-wasm@4";
OR
import { md5 } from "https://esm.run/hash-wasm@4";
Now it should be possible to import it directly: import {md5} from "npm:hash-wasm";
https://deno.land/x/hashwasm@v4.1.0-deno2
The Deno version of this package is still 4.1.0. Could you release it along with the timing of npm releases?