LICENSE
MANIFEST.in
README.md
opcodes.py
setup.py
wasmpy/__init__.py
wasmpy/hooks.py
wasmpy/instructions.py
wasmpy/module.py
wasmpy/native.py
wasmpy/sections.py
wasmpy/types.py
wasmpy/values.py
wasmpy/win_x86.cpp
wasmpy.egg-info/PKG-INFO
wasmpy.egg-info/SOURCES.txt
wasmpy.egg-info/dependency_links.txt
wasmpy.egg-info/top_level.txt
wasmpy/x86/helpers.cpp
wasmpy/x86/helpers.h
wasmpy/x86/opcodes.h
wasmpy/x86/instructions/drop
wasmpy/x86/instructions/drop.asm
wasmpy/x86/instructions/f32.const
wasmpy/x86/instructions/f32.const.asm
wasmpy/x86/instructions/f32.eq
wasmpy/x86/instructions/f32.eq.asm
wasmpy/x86/instructions/f64.const
wasmpy/x86/instructions/f64.const.asm
wasmpy/x86/instructions/i32.add
wasmpy/x86/instructions/i32.add.asm
wasmpy/x86/instructions/i32.and
wasmpy/x86/instructions/i32.and.asm
wasmpy/x86/instructions/i32.clz
wasmpy/x86/instructions/i32.clz.asm
wasmpy/x86/instructions/i32.const
wasmpy/x86/instructions/i32.const.asm
wasmpy/x86/instructions/i32.ctz
wasmpy/x86/instructions/i32.ctz.asm
wasmpy/x86/instructions/i32.div_s
wasmpy/x86/instructions/i32.div_s.asm
wasmpy/x86/instructions/i32.div_u
wasmpy/x86/instructions/i32.div_u.asm
wasmpy/x86/instructions/i32.eq
wasmpy/x86/instructions/i32.eq.asm
wasmpy/x86/instructions/i32.eqz
wasmpy/x86/instructions/i32.eqz.asm
wasmpy/x86/instructions/i32.ge_s
wasmpy/x86/instructions/i32.ge_s.asm
wasmpy/x86/instructions/i32.ge_u
wasmpy/x86/instructions/i32.ge_u.asm
wasmpy/x86/instructions/i32.gt_s
wasmpy/x86/instructions/i32.gt_s.asm
wasmpy/x86/instructions/i32.gt_u
wasmpy/x86/instructions/i32.gt_u.asm
wasmpy/x86/instructions/i32.le_s
wasmpy/x86/instructions/i32.le_s.asm
wasmpy/x86/instructions/i32.le_u
wasmpy/x86/instructions/i32.le_u.asm
wasmpy/x86/instructions/i32.lt_s
wasmpy/x86/instructions/i32.lt_s.asm
wasmpy/x86/instructions/i32.lt_u
wasmpy/x86/instructions/i32.lt_u.asm
wasmpy/x86/instructions/i32.mul
wasmpy/x86/instructions/i32.mul.asm
wasmpy/x86/instructions/i32.ne
wasmpy/x86/instructions/i32.ne.asm
wasmpy/x86/instructions/i32.or
wasmpy/x86/instructions/i32.or.asm
wasmpy/x86/instructions/i32.popcnt
wasmpy/x86/instructions/i32.popcnt.asm
wasmpy/x86/instructions/i32.rem_s
wasmpy/x86/instructions/i32.rem_s.asm
wasmpy/x86/instructions/i32.rem_u
wasmpy/x86/instructions/i32.rem_u.asm
wasmpy/x86/instructions/i32.rotl
wasmpy/x86/instructions/i32.rotl.asm
wasmpy/x86/instructions/i32.rotr
wasmpy/x86/instructions/i32.rotr.asm
wasmpy/x86/instructions/i32.shl
wasmpy/x86/instructions/i32.shl.asm
wasmpy/x86/instructions/i32.shr_s
wasmpy/x86/instructions/i32.shr_s.asm
wasmpy/x86/instructions/i32.shr_u
wasmpy/x86/instructions/i32.shr_u.asm
wasmpy/x86/instructions/i32.sub
wasmpy/x86/instructions/i32.sub.asm
wasmpy/x86/instructions/i32.wrap_i64
wasmpy/x86/instructions/i32.wrap_i64.asm
wasmpy/x86/instructions/i32.xor
wasmpy/x86/instructions/i32.xor.asm
wasmpy/x86/instructions/i64.add
wasmpy/x86/instructions/i64.add.asm
wasmpy/x86/instructions/i64.and
wasmpy/x86/instructions/i64.and.asm
wasmpy/x86/instructions/i64.clz
wasmpy/x86/instructions/i64.clz.asm
wasmpy/x86/instructions/i64.const
wasmpy/x86/instructions/i64.const.asm
wasmpy/x86/instructions/i64.ctz
wasmpy/x86/instructions/i64.ctz.asm
wasmpy/x86/instructions/i64.eq
wasmpy/x86/instructions/i64.eq.asm
wasmpy/x86/instructions/i64.eqz
wasmpy/x86/instructions/i64.eqz.asm
wasmpy/x86/instructions/i64.extend_i32_s
wasmpy/x86/instructions/i64.extend_i32_s.asm
wasmpy/x86/instructions/i64.extend_i32_u
wasmpy/x86/instructions/i64.extend_i32_u.asm
wasmpy/x86/instructions/i64.ge_s
wasmpy/x86/instructions/i64.ge_s.asm
wasmpy/x86/instructions/i64.ge_u
wasmpy/x86/instructions/i64.ge_u.asm
wasmpy/x86/instructions/i64.gt_s
wasmpy/x86/instructions/i64.gt_s.asm
wasmpy/x86/instructions/i64.gt_u
wasmpy/x86/instructions/i64.gt_u.asm
wasmpy/x86/instructions/i64.le_s
wasmpy/x86/instructions/i64.le_s.asm
wasmpy/x86/instructions/i64.le_u
wasmpy/x86/instructions/i64.le_u.asm
wasmpy/x86/instructions/i64.lt_s
wasmpy/x86/instructions/i64.lt_s.asm
wasmpy/x86/instructions/i64.lt_u
wasmpy/x86/instructions/i64.lt_u.asm
wasmpy/x86/instructions/i64.ne
wasmpy/x86/instructions/i64.ne.asm
wasmpy/x86/instructions/i64.or
wasmpy/x86/instructions/i64.or.asm
wasmpy/x86/instructions/i64.popcnt
wasmpy/x86/instructions/i64.popcnt.asm
wasmpy/x86/instructions/i64.sub
wasmpy/x86/instructions/i64.sub.asm
wasmpy/x86/instructions/i64.xor
wasmpy/x86/instructions/i64.xor.asm
wasmpy/x86/instructions/select
wasmpy/x86/instructions/select.asm
wasmpy/x86/instructions/x64/local.get
wasmpy/x86/instructions/x64/local.get.asm
wasmpy/x86/instructions/x64/local.set
wasmpy/x86/instructions/x64/local.set.asm
wasmpy/x86/instructions/x64/local.tee
wasmpy/x86/instructions/x64/local.tee.asm
wasmpy/x86/instructions/x86/local.get
wasmpy/x86/instructions/x86/local.get.asm
wasmpy/x86/instructions/x86/local.set
wasmpy/x86/instructions/x86/local.set.asm
wasmpy/x86/instructions/x86/local.tee
wasmpy/x86/instructions/x86/local.tee.asm