dsherret / wasm_dep_analyzer

Wasm module dependency analysis for module resolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasm_dep_analyzer

An extremely lightweight Wasm module parser used in Deno to get the dependencies of a Wasm module from its bytes (only the imports and exports sections) for the purpose of module resolution.

About

Wasm module dependency analysis for module resolution