Skip to content

Commit

Permalink
Fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicstry committed Mar 14, 2023
1 parent a8897d2 commit 43f5398
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build docs
env:
RUSTDOCFLAGS: "-Dwarnings"
run: cargo doc --no-deps --lib --target wasm32-unknown-unknown
run: cargo doc --no-deps --lib --target wasm32-unknown-unknown
2 changes: 1 addition & 1 deletion examples-wasm-pack/module/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
</script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion examples-wasm-pack/no-module/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
</script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion examples/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
</script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion test_wasm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

RUSTFLAGS='-C target-feature=+atomics,+bulk-memory,+mutable-globals' \
wasm-pack test --headless --firefox --chrome -- -Z build-std=panic_abort,std
wasm-pack test --headless --firefox --chrome -- -Z build-std=panic_abort,std

0 comments on commit 43f5398

Please sign in to comment.