Base64 encoded wasm code TypeScript module

While improving server code further, I found interesting and promising Rapier game physics with 100% determinism. JS bindings provide *.cjs.js library with wasm file embedded in it and encoded to base64. Can Go JS interpreter in Nakama run somehow this wasm code?

Btw, I successfully integrated matter-js into Nakama (thanks for your manual), but wonder about possibilites of goja.

Hello @skullptr,

We’re glad you’ve found the manual useful!

Goja does not support WebAssembly and hence neither does Nakama. We’d like to add support one day, but for now it’s just a thought.

Best.