Add a README.md for lib/obj.
This commit is contained in:
@@ -2,10 +2,12 @@
|
|||||||
name = "wasmtime-obj"
|
name = "wasmtime-obj"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["The Cranelift Project Developers"]
|
authors = ["The Cranelift Project Developers"]
|
||||||
|
description = "Native object file output for WebAsssembly code in Wasmtime"
|
||||||
publish = false
|
publish = false
|
||||||
repository = "https://github.com/CraneStation/wasmtime"
|
repository = "https://github.com/CraneStation/wasmtime"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
license = "Apache-2.0 WITH LLVM-exception"
|
license = "Apache-2.0 WITH LLVM-exception"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cranelift-codegen = "0.25.0"
|
cranelift-codegen = "0.25.0"
|
||||||
|
|||||||
6
lib/obj/README.md
Normal file
6
lib/obj/README.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
This is the `wasmtime-obj` crate, which contains an experimental prototype
|
||||||
|
for writing out native object files, using the wasm ABI defined by
|
||||||
|
[`wasmtime-environ`].
|
||||||
|
|
||||||
|
[`wasmtime-environ`]: https://crates.io/crates/wasmtime-environ
|
||||||
|
|
||||||
Reference in New Issue
Block a user