You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that armv7l and armhf support is dependent on Cranelift's support for it.
33
+
See [cranelift#1173](https://github.com/bytecodealliance/wasmtime/issues/1173)
34
+
for more details.
35
+
36
+
Musl builds for i686 are also not supported due to a big in cargo zigbuild.
37
+
See [cargo-zigbuild#96](https://github.com/rust-cross/cargo-zigbuild/issues/96)
38
+
for more details.
30
39
31
40
# Credits
32
41
33
-
Huge thanks to [Pixeled (@orosmatthew)](https://github.com/orosmatthew) and his [Creating a Compiler](https://www.youtube.com/playlist?list=PLUDlas_Zy_qC7c5tCgTMYq2idyyT241qs) series, as it helped me think about how to do this best and it gave me the inspiration for this project.
42
+
Huge thanks to [Pixeled (@orosmatthew)](https://github.com/orosmatthew) and his
43
+
[Creating a Compiler](https://www.youtube.com/playlist?list=PLUDlas_Zy_qC7c5tCgTMYq2idyyT241qs)
44
+
series, as it helped me think about how to do this best and it gave me the
45
+
inspiration for this project.
46
+
47
+
Another huge thanks for the [cranelift-jit-demo](https://github.com/bytecodealliance/cranelift-jit-demo),
48
+
as it helped me implement the code generator with Cranelift.
0 commit comments