Skip to content

Commit e4698f2

Browse files
committed
Add development doc.
1 parent 80e64ec commit e4698f2

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kord"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
authors = ["Aaron Roney <[email protected]>"]
66
license = "MIT"

DEVELOPMENT.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# kord development
2+
3+
## Publish to Cargo
4+
5+
```bash
6+
$ cargo publish
7+
```
8+
9+
## Publish to NPM
10+
11+
```bash
12+
$ wasm-pack build --features ml_infer --features wasm
13+
```
14+
15+
Rename package to `kordweb`,
16+
17+
```bash
18+
$ wasm-pack publish
19+
```
20+
21+
## Publish to wasmer
22+
23+
```bash
24+
$ cargo wasix build --release --features ml_infer
25+
$ cargo wasix publish
26+
```

0 commit comments

Comments
 (0)