$
This commit is contained in:
21
node_modules/@webassemblyjs/wast-printer/LICENSE
generated
vendored
Normal file
21
node_modules/@webassemblyjs/wast-printer/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Sven Sauleau <sven@sauleau.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
17
node_modules/@webassemblyjs/wast-printer/README.md
generated
vendored
Normal file
17
node_modules/@webassemblyjs/wast-printer/README.md
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# @webassemblyjs/wast-parser
|
||||
|
||||
> WebAssembly text format printer
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
yarn add @webassemblyjs/wast-printer
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
import { print } from "@webassemblyjs/wast-printer"
|
||||
|
||||
console.log(print(ast));
|
||||
```
|
904
node_modules/@webassemblyjs/wast-printer/esm/index.js
generated
vendored
Normal file
904
node_modules/@webassemblyjs/wast-printer/esm/index.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
915
node_modules/@webassemblyjs/wast-printer/lib/index.js
generated
vendored
Normal file
915
node_modules/@webassemblyjs/wast-printer/lib/index.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
36
node_modules/@webassemblyjs/wast-printer/package.json
generated
vendored
Normal file
36
node_modules/@webassemblyjs/wast-printer/package.json
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "@webassemblyjs/wast-printer",
|
||||
"version": "1.11.1",
|
||||
"description": "WebAssembly text format printer",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"keywords": [
|
||||
"webassembly",
|
||||
"javascript",
|
||||
"ast",
|
||||
"compiler",
|
||||
"printer",
|
||||
"wast"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@webassemblyjs/ast": "1.11.1",
|
||||
"@xtuc/long": "4.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@webassemblyjs/helper-test-framework": "1.11.1",
|
||||
"@webassemblyjs/wast-parser": "1.11.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "3f07e2db2031afe0ce686630418c542938c1674b"
|
||||
}
|
Reference in New Issue
Block a user