wasm: use wam-1.0.8 which supports new binaryen.
authorJoel Martin <github@martintribe.org>
Tue, 16 Apr 2019 01:54:11 +0000 (20:54 -0500)
committerJoel Martin <github@martintribe.org>
Tue, 16 Apr 2019 01:54:11 +0000 (20:54 -0500)
New binaryen doesn't allow data section to contain multiple strings to
be concatenated together any more. So wamp-1.0.8 does the
concatenating for it.

wasm/package.json

index 2260256..7589342 100644 (file)
@@ -3,7 +3,7 @@
     "version": "0.0.1",
     "description": "Make a Lisp (mal) language implemented in WebAssembly",
     "dependencies": {
-        "@kanaka/wamp": "1.0.7",
+        "@kanaka/wamp": "1.0.8",
         "ffi-napi": "^2.4.4",
         "text-encoding": "0.6.4"
     }