Add a README.md for lib/obj.

This commit is contained in:
Dan Gohman
2018-12-03 16:47:59 -08:00
parent 0c8348cfc7
commit 1b98efd979
2 changed files with 8 additions and 0 deletions

View File

@@ -2,10 +2,12 @@
name = "wasmtime-obj"
version = "0.0.0"
authors = ["The Cranelift Project Developers"]
description = "Native object file output for WebAsssembly code in Wasmtime"
publish = false
repository = "https://github.com/CraneStation/wasmtime"
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
[dependencies]
cranelift-codegen = "0.25.0"

6
lib/obj/README.md Normal file
View 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