From 9dfe4eb2ef011c5f6c9f9b63bc1cc1bfee6553b8 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sun, 7 Aug 2022 00:34:03 +0000 Subject: [PATCH] changes to trigger CI --- tools/wasm-pack-plugin/Dockerfile | 4 ++-- wasm/o-x-rust/README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/wasm-pack-plugin/Dockerfile b/tools/wasm-pack-plugin/Dockerfile index 9e2f8d2..054508b 100644 --- a/tools/wasm-pack-plugin/Dockerfile +++ b/tools/wasm-pack-plugin/Dockerfile @@ -9,8 +9,8 @@ RUN apk add --no-cache \ perl \ zlib \ make \ -# && cargo install wasm-pack \ -# && rustup target add wasm32-unknown-unknown \ + && cargo install wasm-pack \ + && rustup target add wasm32-unknown-unknown \ && chmod +x /bin/plugin.sh ENTRYPOINT /bin/plugin.sh \ No newline at end of file diff --git a/wasm/o-x-rust/README.md b/wasm/o-x-rust/README.md index 3fd8d28..37824f8 100644 --- a/wasm/o-x-rust/README.md +++ b/wasm/o-x-rust/README.md @@ -1,3 +1,7 @@ # Os & Xs Rust This crate contains implementation(s) for naughts & crosses algorithm(s). + +## Usage + +## Algorithms