Simple WASM module example

I need help getting started with WASM development. I’ve pored over the documentation but knowing what each function does is no use if I have no idea where to put them.

I’m trying to make a simple WASM module that, every 5 seconds or so, modifies an LVAR. Could anyone point me in the right direction?

I’ve tried going off of this repo: markrielaart/msfs-wasm-lvar-access, but while the client connects to the simulator, there’s no indication that the WASM module is even running (and I have no idea if it even is).

1 Like