by mnemonik on 9/6/22, 5:03 PM with 22 comments
by stevemk14ebr on 9/6/22, 11:54 PM
I should be able to provide platform APIs to allocate memory, maybe do some floating point math, and then that's about it. Additional features would just be giving some additional API implementations the runtime needs to interact with the host machine.
Context: this was a huge barrier for me on my project https://github.com/mandiant/STrace/blob/16859a811e4af7c68259...
by jedisct1 on 9/6/22, 8:49 PM
by jeroenhd on 9/6/22, 9:28 PM
Perhaps more relevant: what's the point of taking machine code capable software, compiling it into WASM, and then compiling that back into machine code? A reinvention of FFI perhaps?
by fwsgonzo on 9/7/22, 9:43 AM