UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

18 lines (11 loc) 228 B
# @webassemblyjs/wast-parser > WebAssembly text format parser ## Installation ```sh yarn add @webassemblyjs/wast-parser ``` ## Usage ```js import { parse } from "@webassemblyjs/wast-parser"; const ast = parse(source); ```