Skip to main content

Interactions between WebAssembly and Python

Project description

WasmPy

Interacting with WebAssembly code from python.

Installing

Install the latest version:

$ python -m pip install wasmpy

Or build and install from source:

$ git clone https://github.com/r-james-dev/wasmpy.git
$ cd wasmpy
$ python setup.py install

Usage

WasmPy defines import hooks to make the loading of WebAssembly binary files much easier! Just import the WasmPy library then you are good to go!

Example:

If you have the following project setup:

|- my_wasm_file.wasm
|- main.py

Then in main.py the following code will load the WebAssembly file:

import wasmpy
import my_wasm_file

The hook also allows importing the files from submodules, eg:

|- main.py
|- my_module
|  |- my_wasm_file.wasm

Then

import wasmpy
from my_module import my_wasm_file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wasmpy-0.1.0a2.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

wasmpy-0.1.0a2-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page