We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3b030 commit 2550ebdCopy full SHA for 2550ebd
.gitignore
@@ -1,3 +1,3 @@
1
-*.wasm
2
-wasm_exec.js
3
/.direnv
+/src/main.wasm
+/src/wasm_exec.js
deno.json
@@ -10,6 +10,9 @@
10
"@std/assert": "jsr:@std/assert@^1.0.13",
11
"@types/golang-wasm-exec": "npm:@types/golang-wasm-exec@^1.15.2"
12
},
13
+ "publish": {
14
+ "exclude": ["!src/main.wasm", "!src/wasm_exec.js"]
15
+ },
16
"tasks": {
17
"build": "deno run --allow-env --allow-read --allow-run --allow-write build.ts",
18
"test": "deno test --allow-read"
0 commit comments