allocator replacement

This commit is contained in:
NikVolf
2017-04-27 21:21:10 +03:00
parent b50eeb046d
commit 6238c1ce91
5 changed files with 145 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "wasm-ext"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
[dependencies]
parity-wasm = { git="https://github.com/nikvolf/parity-wasm" }