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