Initial connect-four wasm
All checks were successful
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline was successful
ci/woodpecker/push/wasm-o-x-rust Pipeline was successful
ci/woodpecker/push/wasm-connect-four-rust Pipeline was successful
ci/woodpecker/push/frontend Pipeline was successful

This commit is contained in:
2022-08-09 13:46:04 +00:00
parent 65d35c4859
commit 9fd2b4d507
8 changed files with 1137 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
extern crate wasm_bindgen_test;
use wasm_bindgen_test::wasm_bindgen_test;
use connect_four_rust::*;