Lesmiscore / wapysm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wapysm

A Python-native WASM interpreter.

TODO

  • Implement binary parser (Section 5)
  • Implement module (Section 2.5)
  • Implement validation (Section 3)
  • Implement initialization and instantiation
  • Implement instruction interpreter (Section 4)
  • Implement text format parser (Section 6)
  • Write some wrappers for both Golang and Emscripten (outside WASM specs)

Installation

pip install git+https://github.com/nao20010128nao/wapysm

Usage

WIP, see example/ for time being

Note about this project

This project is developed as a part of SecHack365'21 program.

About


Languages

Language:Python 99.9%Language:Shell 0.1%