mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 07:02:13 +00:00
Add icon files
This commit is contained in:
parent
36229707fe
commit
5d5f458ab1
BIN
media/icon.png
Normal file
BIN
media/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
4
media/icon.svg
Normal file
4
media/icon.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||||
|
<path fill="#0074C1" d="M0 0v256h256V0h-98.4c0 15-11.1 30-29.4 30A29.5 29.5 0 0 1 98.5 0H0z"/>
|
||||||
|
<path fill="#FFF" d="M159.6 209.2l13.4-6.7a24 24 0 0 0 23 13.7c5.4 0 9.7-1.2 13-3.6s4.9-5.6 4.9-9.7a16 16 0 0 0-1.1-6c-.8-1.7-2-3.3-3.8-4.7a30.4 30.4 0 0 0-4.9-3.3 189 189 0 0 0-6.5-3.1l-7-3.1a58.5 58.5 0 0 1-18.8-12.2 24.5 24.5 0 0 1-6.4-17.6c0-7.8 2.7-14.1 8-19 5.4-5 12.5-7.4 21.1-7.4 13.5 0 23.4 5.3 29.8 16l-12 7.8a19 19 0 0 0-17.5-9.8 15 15 0 0 0-10.1 3.2c-2.5 2.1-3.8 5-3.8 8.6 0 3.7 1.2 6.6 3.5 8.6a56 56 0 0 0 12.6 7.2l7 3.1a58 58 0 0 1 19.3 12.6 26.3 26.3 0 0 1 6.4 18.7c0 9-3.1 16-9.3 20.8a38.3 38.3 0 0 1-24.3 7.2c-16.8 0-29-7-36.5-21.3zm-23.2 20l-8-19h-41l-8 19h-16l44.4-103.5h.9l44.5 103.5h-16.8zM108 160.8l-15 35.4h29.6L108 160.8z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 818 B |
1257
package-lock.json
generated
1257
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
|
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"binaryen": "44.0.0-nightly.20180301",
|
"binaryen": "44.0.0-nightly.20180302",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.2",
|
||||||
"long": "^4.0.0",
|
"long": "^4.0.0",
|
||||||
"minimist": "^1.2.0",
|
"minimist": "^1.2.0",
|
||||||
@ -20,14 +20,14 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^9.4.6",
|
"@types/node": "^9.4.6",
|
||||||
"browser-process-hrtime": "^0.1.2",
|
"browser-process-hrtime": "^0.1.2",
|
||||||
"chalk": "^2.3.1",
|
"chalk": "^2.3.2",
|
||||||
"diff": "^3.4.0",
|
"diff": "^3.5.0",
|
||||||
"source-map-support": "^0.5.3",
|
"source-map-support": "^0.5.3",
|
||||||
"ts-loader": "^4.0.0",
|
"ts-loader": "^4.0.1",
|
||||||
"tslint": "^5.9.1",
|
"tslint": "^5.9.1",
|
||||||
"typescript": "^2.7.2",
|
"typescript": "^2.7.2",
|
||||||
"webpack": "^4.0.1",
|
"webpack": "^4.1.0",
|
||||||
"webpack-cli": "^2.0.9"
|
"webpack-cli": "^2.0.10"
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
name: assemblyscript
|
name: assemblyscript
|
||||||
version: git
|
version: git
|
||||||
summary: A TypeScript to WebAssembly compiler.
|
summary: A TypeScript to WebAssembly compiler.
|
||||||
description: AssemblyScript compiles strictly typed TypeScript to WebAssembly.
|
description: |
|
||||||
grade: devel
|
AssemblyScript compiles strictly typed TypeScript to WebAssembly using Binaryen. More precisely, it subsets TypeScript's syntax and semantics so programs written using this subset can be compiled to WebAssembly ahead of time.
|
||||||
|
|
||||||
|
See the AssemblyScript wiki for further documentation:
|
||||||
|
https://github.com/AssemblyScript/assemblyscript/wiki
|
||||||
|
icon: media/icon.svg
|
||||||
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
apps:
|
apps:
|
||||||
asc:
|
asc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user