[Scripting] Adding Support for WASM scripts

Nothing of very much importance but it would be very interesting to make resources utilize more low-level languages through wasm modules. This could be either done with the V8 wasm engine or maybe the WebAssembly System Interface. I have no idea how hard this would be to implement in the current script system, and I totally understand if it’s not worth your time.

1 Like

I have later found another option Wasmtime which also has c/c++ headers

Seems like I’ve been a little bit fast on my trigger finger when posting this thread, as the question was already answered and a few searches away. Thank you for the response, I think this gives me the answer I was kinda looking for.