Skip to content

Commit

Permalink
Add development doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Jun 16, 2023
1 parent 80e64ec commit e4698f2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kord"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Aaron Roney <[email protected]>"]
license = "MIT"
Expand Down
26 changes: 26 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# kord development

## Publish to Cargo

```bash
$ cargo publish
```

## Publish to NPM

```bash
$ wasm-pack build --features ml_infer --features wasm
```

Rename package to `kordweb`,

```bash
$ wasm-pack publish
```

## Publish to wasmer

```bash
$ cargo wasix build --release --features ml_infer
$ cargo wasix publish
```

0 comments on commit e4698f2

Please sign in to comment.