You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to compile the wasm so it doesn't reference an absolute path and instead references a relative path?
I'm trying to host a build on /celeste, after some modification to the code I got it to get to the patching screen, now it is trying to load localhost:3000/_framework//mscorlib.63ql36meeb.dll instead of localhost:3000/celeste/_framework/mscorlib.63ql36meeb.dll, and it isn't referenced anywhere in the frontend code, which makes me think it's somewhere in the dotnet.native.*.wasm file.