This commit is contained in:
Ayke van Laethem
2023-02-19 20:53:45 +00:00
parent cce9c6d5a1
commit 96187990e3
9 changed files with 158 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func (b *builder) supportsRecover() bool {
// proposal of WebAssembly:
// https://github.com/WebAssembly/exception-handling
return false
case "riscv64", "xtensa":
case "riscv64", "xtensa", "mips":
// TODO: add support for these architectures
return false
default: