Skip to content

Commit

Permalink
feat(wasm): integrate x/wasm to lfb app (#9)
Browse files Browse the repository at this point in the history
* feat: integrate x/wasm to lbm app (#1324)

* feat: integrate x/wasm to lbm app

* ci: add cgo param to build script

* bump up lbm-sdk and wasmvm

* add wasm ibc handler to ibc router

* enable all gov proposals of wasm

* ci: fix dockerfile (#1325)

* chore: go mod tidy

* chore: remove replace to line/wasmvm

* build: change rust musl libc to shared (#21)

* build: change rust musl libc to shared
   rocksdb uses musl as shared.
   Duplicate musl library. (lfb musl static + rocksdb musl shared)

* build: remove temporary build artifacts
   go mod fails with target directory creation

* build: force enable cgo
   cgo is required by wasmvm.

* ci: disable arm build
   wasmvm not yet supported for arm
   CosmWasm/wasmvm#53

* chore: review apply

* chore: change CGO_ENABLED default value

Co-authored-by: Yongwoo Lee <[email protected]>
Co-authored-by: Jiyong Ha <[email protected]>
Co-authored-by: shiki.takahashi <[email protected]>
  • Loading branch information
4 people authored Jul 27, 2021
1 parent 429df23 commit b9abec7
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 16 deletions.
Loading

0 comments on commit b9abec7

Please sign in to comment.