Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wasm): integrate x/wasm to lfb app (#9)
* 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