1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -05:00

Add README for deno_web (#6997)

This commit is contained in:
Ryan Dahl 2020-08-09 07:27:39 -04:00 committed by GitHub
parent 92a173bca6
commit 732a437352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -233,6 +233,10 @@ jobs:
run: |
cd core
cargo publish
cd ../cli
sleep 30
cd ../op_crates/web
cargo publish
sleep 30
cd ../../cli
sleep 30
cargo publish

3
op_crates/web/README.md Normal file
View file

@ -0,0 +1,3 @@
# deno web
Op crate that implements Event, TextEncoder, TextDecoder