-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial work * Fix formatting * Fix references to Rust library for guest code Improve documentation Other minor fixes * Fix wastime -> host_wasmtime_rust references Fixed feature flags * Fix demo deploy update readme improve help text * Update readme Co-authored-by: Kyle Brown <kbrown@singlestore.com> Co-authored-by: Kyle Brown <kyleb@liquidrocketry.com>
- Loading branch information
1 parent
d299a46
commit cc5f620
Showing
123 changed files
with
7,798 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
target | ||
Cargo.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[package] | ||
name = "wit-parser" | ||
version = "0.2.0" | ||
authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
edition = "2018" | ||
|
||
[dependencies] | ||
id-arena = "2" | ||
anyhow = "1.0" | ||
pulldown-cmark = { version = "0.8", default-features = false } | ||
wast = { version = "33", default-features = false, optional = true } | ||
unicode-xid = "0.2.2" | ||
unicode-normalization = "0.1.19" | ||
|
||
[dev-dependencies] | ||
rayon = "1" | ||
serde_json = "1" | ||
serde = { version = "1", features = ['derive'] } | ||
|
||
[[test]] | ||
name = "all" | ||
harness = false |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.