@@ -6,6 +6,10 @@ allows you to compile, initialize and execute CosmWasm smart contracts from Go
6
6
applications, in particular from
7
7
[ x/wasm] ( https://github.com/CosmWasm/wasmd/tree/master/x/wasm ) .
8
8
9
+ More information on what is CosmWasm and how to use it can be found here:
10
+ [ CosmWasm Docs] ( https://docs.cosmwasm.com ) . To generate and show
11
+ the Rust part documentation you can run ` make doc-rust ` .
12
+
9
13
## Structure
10
14
11
15
This repo contains both Rust and Go code. The Rust code is compiled into a
@@ -37,7 +41,7 @@ make release-build-windows
37
41
38
42
### Go code
39
43
40
- The Go code consistes of three packages:
44
+ The Go code consists of three packages:
41
45
42
46
1 . The types (the ` github.com/CosmWasm/wasmvm/types ` import), using
43
47
` package types `
@@ -146,19 +150,9 @@ which for example excludes all 32 bit systems.
146
150
147
151
<!-- AUTO GENERATED BY libwasmvm_builds.py END -->
148
152
149
- ## Docs
150
-
151
- Run ` (cd libwasmvm && cargo doc --no-deps --open) ` .
152
-
153
- ## Design
154
-
155
- Please read the [ Documentation] ( ./spec/Index.md ) to understand both the general
156
- [ Architecture] ( ./spec/Architecture.md ) , as well as the more detailed
157
- [ Specification] ( ./spec/Specification.md ) of the parameters and entry points.
158
-
159
153
## Development
160
154
161
- There are two halfs to this code - go and rust. The first step is to ensure that
155
+ There are two halves to this code - go and rust. The first step is to ensure that
162
156
there is a proper dll built for your platform. This should be ` api/libwasmvm.X ` ,
163
157
where X is:
164
158
0 commit comments