mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-07 15:35:16 +00:00
3d34a91f0b
Implement the first version of Python language binding Co-authored-by: liang.he <liang.he@intel.com>
8 lines
213 B
Python
8 lines
213 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__ = ["test_basic", "test_advanced"]
|