Skip to content

Commit 5218881

Browse files
committed
Version 0.0.5
- Changed memory management methods to take uintsize argument - Tweaks for building with GCC 15 (-std=gnu11 -fno-strict-aliasing -fzero-init-padding-bits=unions) - Simplify building for WebAssembly with Makefile.wasm and wasm.cf - Python bindings fixes
1 parent a772474 commit 5218881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eC

Submodule eC updated 94 files

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from os import path
1616

17-
pkg_version = '0.0.4'
17+
pkg_version = '0.0.5'
1818

1919
env = os.environ.copy()
2020

0 commit comments

Comments
 (0)