Browse Source

Add a README.md for lib/obj.

pull/42/head
Dan Gohman 6 years ago
parent
commit
1b98efd979
  1. 2
      lib/obj/Cargo.toml
  2. 6
      lib/obj/README.md

2
lib/obj/Cargo.toml

@ -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

@ -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
Loading…
Cancel
Save