Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun authored May 31, 2024
1 parent dac9377 commit 1d036cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1d036cd

Please sign in to comment.