-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release) Prepare the 1.0.0-alpha3.
- Loading branch information
Showing
9 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
setup( | ||
name='wasmer', | ||
version='1.0.0-alpha2', | ||
version='1.0.0-alpha3', | ||
author='The Wasmer Engineering Team', | ||
author_email='[email protected]', | ||
license='MIT', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasmer" | ||
version = "1.0.0-alpha2" | ||
version = "1.0.0-alpha3" | ||
authors = ["Wasmer Engineering Team <[email protected]>"] | ||
edition = "2018" | ||
description = "Python extension to run WebAssembly binaries" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasmer_compiler_cranelift" | ||
version = "1.0.0-alpha2" | ||
version = "1.0.0-alpha3" | ||
authors = ["Wasmer Engineering Team <[email protected]>"] | ||
edition = "2018" | ||
description = "The Cranelift compiler for the `wasmer` package (to compile WebAssembly module)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasmer_compiler_llvm" | ||
version = "1.0.0-alpha2" | ||
version = "1.0.0-alpha3" | ||
authors = ["Wasmer Engineering Team <[email protected]>"] | ||
edition = "2018" | ||
description = "Python extension to run WebAssembly binaries" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasmer_compiler_singlepass" | ||
version = "1.0.0-alpha2" | ||
version = "1.0.0-alpha3" | ||
authors = ["Wasmer Engineering Team <[email protected]>"] | ||
edition = "2018" | ||
description = "Python extension to run WebAssembly binaries" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wasmer_engines" | ||
version = "1.0.0-alpha2" | ||
version = "1.0.0-alpha3" | ||
authors = ["Wasmer Engineering Team <[email protected]>"] | ||
edition = "2018" | ||
description = "Engines and sibling types for the `wasmer-*-python` crates" | ||
|