Skip to content

Commit

Permalink
chore: update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
andeya committed Jun 26, 2022
1 parent d54a09d commit c4943a2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "wasmy"
version = "0.5.6"
edition = "2021"
resolver = "2"
authors = ["henrylee2cn <henrylee2cn@gmail.com>"]
authors = ["andeya <andeyalee@outlook.com>"]
description = "wasmy, easily customize my wasm app!"
license = "Apache-2.0"
repository = "https://github.com/henrylee2cn/wasmy"
repository = "https://github.com/andeya/wasmy"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "wasm-app"]
readme = "./README.md"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022 henrylee2cn(李亚川)
Copyright 2022 AndeyaLee(李亚川)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion examples/vm/cvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn main() {
let mut builder: WasiStateBuilder = WasiState::new(env.wasm_uri());
let mut import_object = builder
.arg("-v true")
.env("AUTHOR", "henrylee2cn")
.env("AUTHOR", "andeya")
.finalize()?
.import_object(module)?;
import_object.register("env", import_namespace!({
Expand Down
4 changes: 2 additions & 2 deletions wasmy-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "wasmy-abi"
version = "0.5.6"
edition = "2021"
resolver = "2"
authors = ["henrylee2cn <henrylee2cn@gmail.com>"]
authors = ["andeya <andeyalee@outlook.com>"]
description = "ABI of wasmy (easily customize my wasm app)"
license = "Apache-2.0"
repository = "https://github.com/henrylee2cn/wasmy"
repository = "https://github.com/andeya/wasmy"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "wasm-app"]
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions wasmy-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "wasmy-macros"
version = "0.5.6"
edition = "2021"
resolver = "2"
authors = ["henrylee2cn <henrylee2cn@gmail.com>"]
authors = ["andeya <andeyalee@outlook.com>"]
description = "macros of wasmy (easily customize my wasm app)"
license = "Apache-2.0"
repository = "https://github.com/henrylee2cn/wasmy"
repository = "https://github.com/andeya/wasmy"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "wasm-app"]
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions wasmy-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "wasmy-vm"
version = "0.5.6"
edition = "2021"
resolver = "2"
authors = ["henrylee2cn <henrylee2cn@gmail.com>"]
authors = ["andeya <andeyalee@outlook.com>"]
description = "virtual machine of wasmy (easily customize my wasm app)"
license = "Apache-2.0"
repository = "https://github.com/henrylee2cn/wasmy"
repository = "https://github.com/andeya/wasmy"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "wasm-app"]
readme = "../README.md"
Expand Down

0 comments on commit c4943a2

Please sign in to comment.