Skip to content

Commit d8ce53c

Browse files
authored
Merge pull request #46 from sunfishcode/sunfishcode/doc-target
Set the target on docs.rs to wasm32-wasip2.
2 parents e79aa15 + 25fff68 commit d8ce53c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ wasmtime-wasi = "26"
6666
wasmtime-wasi-http = "26"
6767
wstd = { path = "." }
6868
wstd-macro = { path = "macro", version = "=0.5.0-draft2" }
69+
70+
[package.metadata.docs.rs]
71+
targets = [
72+
"wasm32-wasip2"
73+
]

0 commit comments

Comments
 (0)