Skip to content

Commit ccaea98

Browse files
committed
Update repository
1 parent 3f31ac3 commit ccaea98

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

library.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
"repository":
1818
{
1919
"type": "git",
20-
"url": "https://github.com/wasm3/wasm3.git"
20+
"url": "https://github.com/wasm3/wasm3-arduino.git"
2121
},
2222
"homepage": "https://github.com/wasm3/wasm3",
2323
"frameworks": "*",
2424
"platforms": "*",
2525
"examples": "examples/*/*.ino"
2626
}
27-

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sentence=The fastest WebAssembly interpreter.
77
paragraph=It allows you to run WASM files directly on a wide range of devices, including microcontrollers, smartphones, routers, and of course within browsers.
88
category=Other
99
url=https://github.com/wasm3/wasm3
10-
repository=https://github.com/wasm3/wasm3.git
10+
repository=https://github.com/wasm3/wasm3-arduino.git
1111
architectures=*
1212
includes=wasm3.h

0 commit comments

Comments
 (0)