From 1d036cd94bf203c1673a236fc6bef16fe6d37faa Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sat, 1 Jun 2024 00:52:17 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.