-
### Compiler name
rustc_codegen_cranelift
### Compiler version
Rust nightly
### Compiler language
Rust
### Compiler homepage
https://github.com/rust-lang/rustc_codegen_cranelift/
…
-
Wasm-smith is proving very useful at testing whether or not engines resource-constrain wasm modules. For example it has expose https://github.com/bytecodealliance/wasm-tools/issues/179 as a weakness …
-
> mach is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status | unmai…
-
Currently some extends work from the box by cranelift, some added in #141. But, they are far from finish, and we need to rework them, with all necessary assertions, etc.
-
Leptos has a hard dependency on: `wasm-bingen` which causes the wasm32-wasi compiler to fail due to undefined functions from the JS world.
more information here:
https://github.com/bytecodeallian…
-
The following IR ([compiler explorer](https://godbolt.org/z/TbKnj8n4e)):
```llvm
target triple = "wasm32-unknown-wasi"
define half @f(half %x) {
start:
%y = fmul half %x, 0xH4000 ; 0xH4000 …
-
Shim processes are orphaned on cluster teardown. I am seeing this with the Wasmtime and Spin shims for both Wasm containers and OCI artifacts. While linux container runc processes are deleted on clust…
-
https://monkeylang.org/ 上面还有一本做编译器的鬼书,讲的是自己煮一个 VM 然后解释字节码。我们要做着玩的话可以用 binaryen 做成 wasm,然后放进浏览器或者 wasmtime 跑着玩。
(虽然说要加速的话可能还是直接转译成 js 简单。这真的除了玩没啥意义……)
-
zellij doesn't build on linux ppc64le (ubuntu 22.04 LTS)
```cargo xtask build``` fails with:
``
Running `target/debug/xtask build`
thread 'main' panicked at xtask/src/build.rs:85:22:
call…
ky438 updated
1 month ago
-
In https://github.com/bytecodealliance/wasmtime/pull/2497#discussion_r541118846 we added support for generating nested modules, and we generate these modules by concatenating strings of WAT and then p…