Skip to content

Files

Latest commit

98cc5a9 · Feb 3, 2025

History

History
This branch is 63 commits behind anoma/namada:main.

wasm_for_tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 21, 2024
Sep 30, 2024
Aug 20, 2024
Aug 20, 2024
Sep 14, 2024
Aug 20, 2024
Aug 20, 2024
Sep 30, 2024
Aug 20, 2024
Aug 23, 2024
Aug 20, 2024
Nov 21, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Nov 21, 2024
Feb 3, 2025
Jan 27, 2025
Nov 15, 2024
Apr 9, 2024
Nov 29, 2024

WASM source code in Rust

This crate contains WASM implementations of various transactions and validity predicates, used for testing.

Quick start

# To be able to build this, make sure to have
make deps

# Build - this will output .wasm files in the parent dir
make all