Lokathor / wide

A crate to help you go wide. By which I mean use SIMD stuff.
https://docs.rs/wide
zlib License
251 stars 22 forks source link

Fix 120 #121

Closed Lokathor closed 1 year ago

Lokathor commented 1 year ago

Closes https://github.com/Lokathor/wide/issues/120

Lokathor commented 1 year ago

@CryZe I'm not clear why the wasm runs think that a file is missing, does it look like anything you've seen before?

CryZe commented 1 year ago

Huh, no I've never seen that. You could try throwing an strace on the wasmtime command to see what goes wrong maybe?

Lokathor commented 1 year ago

I have no idea how to strace with wasmtime. I didn't add the wasm support in the first place >_>

maybe i can find someone on one of the discords.

Lokathor commented 1 year ago

Well it works on some of the wasms just not all, and this is fixing a real problem, so i'm just gonna merge it and we'll get a wasm expert later.