Skip to content

Commit

Permalink
Cleanup the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Feb 20, 2020
1 parent 805bd40 commit f229dd7
Show file tree
Hide file tree
Showing 26 changed files with 66 additions and 455 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

25 changes: 0 additions & 25 deletions Dockerfile

This file was deleted.

275 changes: 62 additions & 213 deletions README.md

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 3 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
vmImage: "macos-10.14"
steps:
- checkout: self
submodules: true
- template: .azure/install-rust.yml
- script: |
rustup component add rustfmt
Expand All @@ -28,7 +27,6 @@ jobs:
vmImage: "ubuntu-18.04"
steps:
- checkout: self
submodules: true
- template: .azure/install-rust.yml
- template: .azure/install-llvm.yml
- template: .azure/install-sccache.yml
Expand Down Expand Up @@ -63,7 +61,6 @@ jobs:
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
steps:
- checkout: self
submodules: true
- template: .azure/install-rust.yml
- template: .azure/install-llvm.yml
- template: .azure/install-sccache.yml
Expand Down Expand Up @@ -97,7 +94,6 @@ jobs:
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
steps:
- checkout: self
submodules: true
- template: .azure/install-rust.yml
- template: .azure/install-llvm.yml
- template: .azure/install-sccache.yml
Expand Down Expand Up @@ -129,7 +125,6 @@ jobs:
)
steps:
- checkout: self
submodules: true
- template: .azure/install-rust.yml
- template: .azure/install-llvm.yml
- template: .azure/install-sccache.yml
Expand All @@ -148,10 +143,13 @@ jobs:
displayName: Build (Windows)
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
- bash: |
git clone --branch $WAPM_VERSION https://github.com/wasmerio/wapm-cli.git
make wapm
displayName: Build WAPM
condition: |
startsWith(variables['Build.SourceBranch'], 'refs/tags')
env:
WAPM_VERSION: 0.4.3
- bash: |
make build-install-package
cp ./wasmer.tar.gz ./artifacts/$(./scripts/binary-name.sh)
Expand Down Expand Up @@ -199,7 +197,6 @@ jobs:
)
steps:
- checkout: self
submodules: true
- template: .azure/install-rust.yml
- template: .azure/install-llvm.yml
- template: .azure/install-sccache.yml
Expand Down Expand Up @@ -243,7 +240,6 @@ jobs:
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying')
steps:
- checkout: self
submodules: true
- template: .azure/install-rust.yml
- template: .azure/install-llvm.yml
- template: .azure/install-sccache.yml
Expand Down
74 changes: 0 additions & 74 deletions docs/architecture.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/debugging.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/docker.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/feature_matrix.md

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion build → scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To use the script, first make sure Docker is installed. Then build the
# sandbox image with:
#
# docker build --file Dockerfile.build --tag wasmer-build .
# docker build --file Dockerfile --tag wasmer-build .
#
# After the sandbox image is built successfully, you can run commands in it
# with this script.
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion wapm-cli
Submodule wapm-cli deleted from 7996b1

0 comments on commit f229dd7

Please sign in to comment.