feat: add a histrical wit-bindgen
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "wit-bindgen-demo"
|
||||
version = "0.1.0"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
crate-type = ['cdylib']
|
||||
test = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
wit-bindgen-gen-core = { path = '../gen-core' }
|
||||
wit-bindgen-gen-rust-wasm = { path = '../gen-rust-wasm' }
|
||||
wit-bindgen-gen-wasmtime = { path = '../gen-wasmtime' }
|
||||
wit-bindgen-gen-wasmtime-py = { path = '../gen-wasmtime-py' }
|
||||
wit-bindgen-gen-js = { path = '../gen-js' }
|
||||
wit-bindgen-gen-c = { path = '../gen-c' }
|
||||
wit-bindgen-gen-markdown = { path = '../gen-markdown' }
|
||||
wit-bindgen-gen-spidermonkey = { path = '../gen-spidermonkey' }
|
||||
wit-bindgen-rust = { path = '../rust-wasm' }
|
||||
wasmprinter = "0.2.29"
|
||||
Reference in New Issue
Block a user