I’m trying to run an html script that calls a .wasm and .js file, but without any luck. I’ve uploaded the .wasm and .js files to the database, but am not sure how to call them in the html code.
All right, I did that, and I definitely see a change, but it still doesn’t work.
The opening screen is supposed to be black and have some flashing words.
One thing I notice is that when I set the HTML element to display as an iFrame, it shows the black screen but no flashing words. No editors appear in the editor. This is odd, because the script is not set to display as an iFrame.
However, if I uncheck “Display as an iFrame” , I see a white screen and the error,
‘’’
Bug in custom html:
ReferenceError: Go is not defined
at :10:12
at b
‘’’
This is also odd, because the script works locally on my localhost.