Experimental wasm rebuild scripts

This commit is contained in:
Daniel Kirchner
2020-01-16 18:47:36 +01:00
parent 3d4a2219a6
commit 22466acf39
6 changed files with 493 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
TAG="$1"
SOLJSON_JS="$2"
# If we ever want to patch the binaries e.g. for compatibility with older solc-js versions,
# we can do that here.