John O'Reilly
10/02/2023, 7:58 PM- name: Copy "uninstantiated" file over (workaround for now)
run: cp compose-web/build/compileSync/wasm/main/productionExecutable/kotlin/Chip8.uninstantiated.mjs compose-web/build/dist/wasm/productionExecutable
now, after above updates I'm now getting...were there changes/fixes done around this?
cp: cannot stat 'compose-web/build/compileSync/wasm/main/productionExecutable/kotlin/Chip8.uninstantiated.mjs': No such file or directory
hfhbd
10/02/2023, 8:55 PMbuild/wasm/dist/productionExecutable
?John O'Reilly
10/03/2023, 5:48 AMOleksandr Karpovich [JB]
10/03/2023, 5:32 PMJohn O'Reilly
10/03/2023, 5:39 PM//return resource("chip-8/${gameName}.ch8").readBytes()
// need to figure out way to manage web resource paths when
// deployed but leaving like this for now so can be run locally
return resource("${gameName}.ch8").readBytes()