Expose mutable memory access
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
cabal-version: 2.2
|
||||
name: wasm
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
synopsis: WebAssembly Language Toolkit and Interpreter
|
||||
description:
|
||||
Library for parsing and interpreting WebAssembly, including:
|
||||
@@ -64,7 +64,7 @@ library
|
||||
, ieee754 >=0.8 && < 0.9
|
||||
, mtl >=2.2.1 && < 2.3
|
||||
, primitive >=0.7 && < 0.8
|
||||
, text >=1.1 && < 1.3
|
||||
, text >=1.1 && < 3
|
||||
, transformers >=0.4 && < 0.6
|
||||
, utf8-string >=1.0 && < 1.1
|
||||
, vector >=0.12 && < 0.13
|
||||
|
||||
Reference in New Issue
Block a user