forked from wasm3/wasm3-arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
28 lines (28 loc) · 820 Bytes
/
library.json
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
{
"name": "Wasm3",
"version": "0.4.9",
"description": "The fastest WebAssembly interpreter (and the most universal runtime). Run WASM files directly on a wide range of devices, including microcontrollers, routers, smartphones and of course within browsers",
"keywords": "esp32, esp8266, wasm, webassembly, interpreter, iot, edge computing",
"authors": [
{
"name": "Volodymyr Shymanskyy",
"url": "https://github.com/vshymanskyy",
"maintainer": true
},
{
"name": "Steven Massey",
"url": "https://github.com/soundandform"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/wasm3/wasm3-arduino.git"
},
"homepage": "https://github.com/wasm3/wasm3",
"frameworks": "*",
"platforms": "*",
"build": {
"libArchive": false
}
}