After switching from using make to cmake, there is no longer a wasm target.
Following the webassembly information as well as the github actions build of the web emulator, I have created this script that should be able to pull and build the web emulator directly from github:
https://gist.github.com/JimmyDansbo/d67210650ed254cf6118a0c1ed39497e
I have also tried to modify the current Makefile to enable the wasm option again. I think I have succeeded however I don't know enough about cmake to make clean remove the wasm assets so I just do it with rm.
Makefile.txt
After switching from using make to cmake, there is no longer a wasm target.
Following the webassembly information as well as the github actions build of the web emulator, I have created this script that should be able to pull and build the web emulator directly from github:
https://gist.github.com/JimmyDansbo/d67210650ed254cf6118a0c1ed39497e
I have also tried to modify the current Makefile to enable the wasm option again. I think I have succeeded however I don't know enough about cmake to make clean remove the wasm assets so I just do it with
rm.Makefile.txt