GoogleChromeLabs / wasm-feature-detect

A small library to detect which features of WebAssembly are supported.

Home Page:https://webassembly.org/roadmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory64 not published to npm

AlphaCodeZero opened this issue · comments

The latest version of wasm-feature-detect on npm was published 10 months ago, which doesn't include the memory64 detector.
https://www.npmjs.com/package/wasm-feature-detect

Bump!
It would be nice to update https://webassembly.org/roadmap/ for memory64 but the site currently depends on the npm release of wasm-feature-detect.

commented

I’ll do a release once I got write access back to this repo and can merge #52

commented

Just published v1.3.0 containing memory64 and others