-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RISC-V support to install.sh (#20)
This commit adds support for the RISC-V Architecture to the install.sh script. Wasmtime already publishes precompiled binaries for this target, we just need to add some minimal support to get it working here. There is a slight wrinkle, Linux identifies RISC-V as "riscv64", but wasmtime uses the name "riscv64gc". So this commit adds a mapping from the former to the latter when fetching the binaries.
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters