Skip to content

Commit e617bdd

Browse files
authored
docs(tutorials): run a local parachain (#422)
1 parent 87ce828 commit e617bdd

16 files changed

+251
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ build-benchmarking: build-tinygo
9898
@echo "Building \"$(RUNTIME_WASM_BENCHMARKS)\" (no-debug)"; \
9999
WASMOPT="$(CURRENT_DIR)/$(WASMOPT_PATH)" $(TINYGO_BUILD_COMMAND_NODEBUG) -tags benchmarking -o=$(BUILD_PATH)/$(RUNTIME_WASM_BENCHMARKS) $(RUNTIME_TEMPLATE_DIR)/runtime.go
100100

101+
build-parachain-release: build-tinygo
102+
@echo "Building parachain.wasm (no-debug)"; \
103+
WASMOPT="$(CURRENT_DIR)/$(WASMOPT_PATH)" $(TINYGO_BUILD_COMMAND_NODEBUG) -o=$(BUILD_PATH)/parachain.wasm runtime/templates/parachain/runtime.go
104+
101105
test-coverage:
102106
@set -e; \
103107
./scripts/coverage.sh
1.08 MB
Loading
1.11 MB
Loading
225 KB
Loading
94.9 KB
Loading
238 KB
Loading
50.1 KB
Loading
50.8 KB
Loading
400 KB
Loading
113 KB
Loading

0 commit comments

Comments
 (0)