Skip to content

Commit

Permalink
docs: Move spec to cosmwasm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikthebird committed Oct 17, 2024
1 parent 198f254 commit a0deebf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 447 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ build-libwasmvm:
cp libwasmvm/target/release/$(SHARED_LIB_SRC) internal/api/$(SHARED_LIB_DST)
make update-bindings

# use release build to actually ship - smaller and much faster
.PHONY: doc-rust
doc-rust:
(cd libwasmvm && cargo doc --no-deps --open)

.PHONY: build-go
build-go:
go build ./...
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,9 @@ which for example excludes all 32 bit systems.

## Docs

Run `(cd libwasmvm && cargo doc --no-deps --open)`.

## Design

Please read the [Documentation](./spec/Index.md) to understand both the general
[Architecture](./spec/Architecture.md), as well as the more detailed
[Specification](./spec/Specification.md) of the parameters and entry points.
The general wasmvm documentation can be found (HERE)[]. To generate and show
the Rust part documentation you can run `make doc-rust`.
# TODO tkulik: Place a link to the vercel docs here

## Development

Expand Down
120 changes: 0 additions & 120 deletions spec/Architecture.md

This file was deleted.

68 changes: 0 additions & 68 deletions spec/Index.md

This file was deleted.

Loading

0 comments on commit a0deebf

Please sign in to comment.