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 071c98c commit 4b3d27eCopy full SHA for 4b3d27e
.gitignore
@@ -3,4 +3,7 @@
3
circuit-blobs
4
.DS_Store
5
*.profraw
6
-node_modules
+node_modules
7
+
8
+# Output of build-wasm
9
+pkg/
Makefile
@@ -43,6 +43,7 @@ build-vrf: ## Build the VRF package
43
build-wasm: ## Build WebAssembly node
44
@cd node/web && cargo +nightly build \
45
--release --target wasm32-unknown-unknown
46
+# Update ./.gitignore accordingly if the out-dir is changed
47
@wasm-bindgen --keep-debug --web \
48
--out-dir pkg \
49
target/wasm32-unknown-unknown/release/openmina_node_web.wasm
0 commit comments