mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-11-15 11:38:56 +08:00
Add webassembly support (#79)
This commit is contained in:
6
examples/run_webassembly.sh
Executable file
6
examples/run_webassembly.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
python3 -m http.server 8888 &
|
||||
P1=$!
|
||||
trap 'kill 0' SIGINT; P1
|
||||
python3 -m webbrowser http://localhost:8888
|
||||
wait $P1
|
||||
Reference in New Issue
Block a user