From: Brendan Hansen Date: Mon, 5 Sep 2022 00:32:38 +0000 (-0500) Subject: using wasmer again for github builds X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=64d4898515f8b85a32c66b8b3aaf0056acde08b5;p=onyx.git using wasmer again for github builds --- diff --git a/settings.sh b/settings.sh index 7ab78ec9..a2e53094 100644 --- a/settings.sh +++ b/settings.sh @@ -15,8 +15,8 @@ CC='gcc' # The architecture of your system. If your not sure, leave this alone. ARCH="$(uname -m)" -RUNTIME_LIBRARY="ovmwasm" -# RUNTIME_LIBRARY="wasmer" +# RUNTIME_LIBRARY="ovmwasm" +RUNTIME_LIBRARY="wasmer" # Where the Wasmer library files can be found. # They are bundled with the project, but if a different version is available, these can be changed.