We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4987fe commit 498af08Copy full SHA for 498af08
Cargo.toml
@@ -166,6 +166,7 @@ members = [
166
"crates/wizer/tests/regex-test",
167
"crates/wizer/benches/regex-bench",
168
"crates/wizer/benches/uap-bench",
169
+ "crates/rr",
170
"examples/fib-debug/wasm",
171
"examples/wasm",
172
"examples/tokio/wasm",
crates/rr/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "wasmtime-rr"
3
version.workspace = true
4
-authors.workspace = true
+authors = ["Arjun Ramesh"]
5
edition.workspace = true
6
rust-version.workspace = true
7
documentation = "https://docs.rs/wasmtime-rr"
0 commit comments