context.py 290 B

12345678910111213
  1. # -*- coding: utf-8 -*-
  2. #!/usr/bin/env python3
  3. #
  4. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  5. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  6. #
  7. import sys
  8. import os
  9. sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
  10. import wamr