mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 06:31:32 +00:00
Merge #965
965: Add categories and keywords to `Cargo.toml`s r=MarkMcCaskey a=MarkMcCaskey Co-authored-by: Mark McCaskey <mark@wasmer.io>
This commit is contained in:
@ -5,6 +5,8 @@ description = "Wasmer runtime Cranelift compiler backend"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
keywords = ["wasm", "webassembly", "compiler", "JIT", "AOT"]
|
||||
categories = ["wasm"]
|
||||
edition = "2018"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -5,6 +5,8 @@ description = "Wasmer runtime emscripten implementation library"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
keywords = ["wasm", "webassembly", "ABI", "emscripten", "posix"]
|
||||
categories = ["wasm"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,7 +1,11 @@
|
||||
[package]
|
||||
name = "wasmer-llvm-backend"
|
||||
version = "0.10.1"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
keywords = ["wasm", "webassembly", "compiler", "JIT", "llvm"]
|
||||
categories = ["wasm"]
|
||||
edition = "2018"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -5,6 +5,8 @@ repository = "https://github.com/wasmerio/wasmer"
|
||||
description = "Wasmer runtime common middlewares"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
keywords = ["wasm", "webassembly", "middleware", "metering"]
|
||||
categories = ["wasm"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -5,6 +5,8 @@ description = "Wasmer C API library"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
keywords = ["wasm", "webassembly", "runtime"]
|
||||
categories = ["wasm"]
|
||||
edition = "2018"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -5,6 +5,8 @@ description = "Wasmer runtime core library"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
keywords = ["wasm", "webassembly", "runtime"]
|
||||
categories = ["wasm"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -5,6 +5,8 @@ description = "Wasmer runtime library"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
keywords = ["wasm", "webassembly", "runtime", "sandbox", "secure"]
|
||||
categories = ["wasm", "api-bindings"]
|
||||
edition = "2018"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -5,6 +5,8 @@ repository = "https://github.com/wasmerio/wasmer"
|
||||
description = "Wasmer runtime single pass compiler backend"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
keywords = ["wasm", "webassembly", "compiler", "JIT", "AOT"]
|
||||
categories = ["wasm"]
|
||||
edition = "2018"
|
||||
readme = "README.md"
|
||||
|
||||
|
@ -5,6 +5,8 @@ description = "Wasmer runtime WASI implementation library"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
|
||||
categories = ["wasm"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user