diff --git a/README.md b/README.md index 896f4d0..041fb99 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # wasm-imports-parser +[![npm version](https://badge.fury.io/js/wasm-imports-parser.svg)](https://badge.fury.io/js/wasm-imports-parser) + A simple parser for WebAssembly imports with [WebAssembly Type Reflection JS API](https://github.com/WebAssembly/js-types/blob/main/proposals/js-types/Overview.md) compatibility. Typically useful for constructing shared memory with a limit requested by imports of a WebAssembly module.