Initial wasm support

This commit is contained in:
Sebastian Miasojed
2024-08-29 17:28:31 +02:00
parent 41c8d4e955
commit 5ac67bdc0d
69 changed files with 2277 additions and 8937 deletions
+2 -6
View File
@@ -1,11 +1,7 @@
[package]
name = "pallet-contracts-pvm-llapi"
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
repository.authors = true
descritption = "Implements the low level runtime API bindings with pallet contracts"
version = "0.1.0"
edition = "2021"
[features]
riscv-64 = []