Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
KWasm: Semantics of WebAssembly in K
====================================

### Want to Support KWasm Development?
[Contribute to our Gitcoin Grant.](https://gitcoin.co/grants/592/kewasm-and-kwasm)

---

This repository presents the formal semantics of [WebAssembly].
KWasm is a mature and production-ready semantics for WebAssembly, actively developed and maintained since 2019.

Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.147
0.1.148
2 changes: 1 addition & 1 deletion pykwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pykwasm"
version = "0.1.147"
version = "0.1.148"
description = ""
readme = "README.md"
requires-python = "~=3.10"
Expand Down
Loading