wasm-micro-runtime/language-bindings/python/wamr/__init__.py
Wenyong Huang e20d78c76f Implement Python language binding (#1192) (#1195)
Implement the first version of Python language binding

Co-authored-by: liang.he <liang.he@intel.com>
2022-07-13 14:49:50 +08:00

8 lines
189 B
Python

# -*- coding: utf-8 -*-
#!/usr/bin/env python3
#
# Copyright (C) 2019 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
__all__ = ["ffi"]