alpha
Login
or
Join now
expede.wtf
/
inline_ipld
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Better quickstart
author
Brooklyn Zelenka
date
2 years ago
(Jan 5, 2024, 5:04 PM +0200)
commit
afff86c7
afff86c7afb3852fb631ea01344a7a72fbfa8927
parent
6e0b99fd
6e0b99fda23e9a540d719b2abc2794b37a2f6981
+14
-4
1 changed file
Expand all
Collapse all
Unified
Split
README.md
+14
-4
README.md
View file
Reviewed
···
12
12
13
13
``` console
14
14
foo@bar:~$ nix develop
15
15
-
# Prints the command menu
15
15
+
🔨 Welcome to inline_ipld
16
16
+
17
17
+
[build]
16
18
17
17
-
# Build for the host
19
19
+
build - [DEFAULT] Build for current host target
20
20
+
build:host - Build for current host target
21
21
+
build:wasi - Build for WASI
22
22
+
build:wasm - Build for wasm32-unknown-unknown
23
23
+
✂️ SNIP ✂️
24
24
+
18
25
foo@bar:~$ build:host
26
26
+
Compiling inline_ipld v0.1.0 (/Users/expede/Documents/Volunteer/inline_ipld/inline_ipld)
27
27
+
Finished dev [unoptimized + debuginfo] target(s) in 0.48s
19
28
20
20
-
# Run tests
21
21
-
foo@bar:~$ test:host
29
29
+
foo@bar:~$ test:host
30
30
+
✂️ SNIP ✂️
31
31
+
test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.02s
22
32
```
23
33
24
34
## TL;DR