mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
Add README for deno_web (#6997)
This commit is contained in:
parent
92a173bca6
commit
732a437352
2 changed files with 8 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -233,6 +233,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd core
|
cd core
|
||||||
cargo publish
|
cargo publish
|
||||||
cd ../cli
|
sleep 30
|
||||||
|
cd ../op_crates/web
|
||||||
|
cargo publish
|
||||||
|
sleep 30
|
||||||
|
cd ../../cli
|
||||||
sleep 30
|
sleep 30
|
||||||
cargo publish
|
cargo publish
|
||||||
|
|
3
op_crates/web/README.md
Normal file
3
op_crates/web/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# deno web
|
||||||
|
|
||||||
|
Op crate that implements Event, TextEncoder, TextDecoder
|
Loading…
Add table
Reference in a new issue