Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Apr 7, 2023
1 parent d93a20a commit 7518257
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build
run: |
cargo install -f wasm-bindgen-cli --version 0.2.83
cargo install -f wasm-bindgen-cli --version 0.2.84
RUSTFLAGS=--cfg=web_sys_unstable_apis cargo build --target wasm32-unknown-unknown --release
wasm-bindgen --out-dir public --web target/wasm32-unknown-unknown/release/linon.wasm
Expand Down
148 changes: 71 additions & 77 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7518257

Please sign in to comment.