blob: fd1d5e1d473c9861f913ce77c9d2fd17bd785487 [file] [log] [blame]
#!/bin/bash
# Copyright 2022 The IREE Authors
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
ROOT_DIR=$(git rev-parse --show-toplevel)
BUILD_DIR=${ROOT_DIR?}/build-emscripten
BINARY_DIR=${BUILD_DIR}/experimental/web/sample_dynamic
echo "=== Running local webserver, open at http://localhost:8000/ ==="
python3 ${ROOT_DIR?}/scripts/local_web_server.py --directory ${BINARY_DIR}