FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
binaryen.js/package.json at dcodeIO-patch-1 · AssemblyScript/binaryen.js · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
AssemblyScript
/
binaryen.js
Public
Notifications
You must be signed in to change notification settings
Fork
54
Star
403
Code
Issues
8
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
binaryen.js
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (45 loc) · 1.15 KB
Breadcrumbs
binaryen.js
/
package.json
Copy path
File metadata and controls
45 lines (45 loc) · 1.15 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name"
:
"
binaryen
"
,
"description"
:
"
Browser & Node.js builds of Binaryen, a compiler infrastructure and toolchain library for WebAssembly.
"
,
"version"
:
"
105.0.0
"
,
"license"
:
"
Apache-2.0
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/AssemblyScript/binaryen.js.git
"
},
"keywords"
: [
"
webassembly
"
,
"
wasm
"
],
"type"
:
"
module
"
,
"main"
:
"
index.js
"
,
"typings"
:
"
index.d.ts
"
,
"bin"
: {
"wasm-opt"
:
"
bin/wasm-opt
"
,
"wasm2js"
:
"
bin/wasm2js
"
},
"scripts"
: {
"readme"
:
"
doctoc README.md --github --title
\"
### Contents
\"
"
,
"check"
:
"
tsc index.d.ts --noEmit --strict --noImplicitAny --strictNullChecks --listFiles --diagnostics
"
,
"test"
:
"
npm run check && node tests/sanity && node tests/example
"
,
"bundle"
:
"
node scripts/bundle.js
"
},
"files"
: [
"
index.js
"
,
"
index.d.ts
"
,
"
package.json
"
,
"
package-lock.json
"
,
"
README.md
"
,
"
bin/package.json
"
,
"
bin/wasm-opt
"
,
"
bin/wasm2js
"
],
"devDependencies"
: {
"dateformat"
:
"
^5.0.2
"
,
"doctoc"
:
"
^2.1.0
"
,
"esbuild"
:
"
^0.13.14
"
,
"semver"
:
"
^7.1.3
"
,
"simple-git"
:
"
^2.47.0
"
,
"typescript"
:
"
^4.4.4
"
}
}
Back
|
FazBrowse Home
|
New Git URL