We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bbff7 commit d2c0d16Copy full SHA for d2c0d16
package.json
@@ -4,6 +4,9 @@
4
"homepage": "https://github.com/bytecodealliance/componentize-js#readme",
5
"description": "ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding",
6
"type": "module",
7
+ "repository": {
8
+ "url": "https://github.com/bytecodealliance/ComponentizeJS"
9
+ },
10
"bin": {
11
"componentize-js": "src/cli.js"
12
},
0 commit comments