7 lines
95 B
Bash
Executable file
7 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
|
|
# ./build_wasm.sh
|
|
# open "docs/index.html"
|
|
|
|
cargo run --bin example_glium
|