Stream: git-wasmtime

Topic: wasmtime / issue #2186 Wasm on a 16-bit-ish big-endian pl...


view this post on Zulip Wasmtime GitHub notifications bot (May 05 2022 at 16:49):

alexcrichton commented on issue #2186:

This is a pretty old issue at this point and adding a 16-bit platform to Wasmtime is a significant ask that, even if it were done, would probably break wasm assumptions for any nontrivial module (since one wasm page is the entire address space). I'm going to close this for these reasons since design for a platform like this would most likely go through something like an RFC given its impact.

view this post on Zulip Wasmtime GitHub notifications bot (May 05 2022 at 16:49):

alexcrichton closed issue #2186:

Hey, so we kinda would like to put wasm on a Sega Genesis, so that we can put Rust on a Sega Genesis. We think maintaining a wasm backend would be less effort than maintaining an LLVM backend, but from what we've been reading, the following might be an issue:

How bad of an idea is this? It wouldn't really be in-spec, but we don't expect it to run arbitrary wasm either.


Last updated: Oct 23 2024 at 20:03 UTC