Disappearing binary file



  • What happens?

    I add binary file and on next startup it disappears.

    How to reproduce it?

    • Download wasm file
    • Add it to the game (as binary)
    • Close the game
    • Open the game
    • You will see wasm file you've just added for a moment and then it disappears from the list

    Im trying to get Kotlin wasm up and working. Sure, wasm file is 3.5MB but it would be nice to know limitations or to have some error message displayed.

    The wasm file contains probably all the Kotlin std library stuff as Ive only added two functions of my own so Im not entirely sure how to reduce the size of the file


  • Dev Team

    Code size limit is 2MB for all your modules in total, including binary. Also take note that binary modules are base64-encoded, this increases their size a bit.