Show HN: Porting Terraria and Celeste to WebAssembly
1–10 of 55 posts
Re: Show HN: Porting Terraria and Celeste to WebAssembly
#2Re: Show HN: Porting Terraria and Celeste to WebAssembly
#3Re: Show HN: Porting Terraria and Celeste to WebAssembly
#4Re: Show HN: Porting Terraria and Celeste to WebAssembly
#5Re: Show HN: Porting Terraria and Celeste to WebAssembly
#6Re: Show HN: Porting Terraria and Celeste to WebAssembly
#7Re: Show HN: Porting Terraria and Celeste to WebAssembly
#8You shouldn't have to worry about this kind of stuff if it's just a static site.
I'd host this on a cdn like cloudflare or github pages (free!).
Re: Show HN: Porting Terraria and Celeste to WebAssembly
#9Getting firebase "bandwidth quota exceeded" error when trying the demo. You shouldn't have to worry about this kind of stuff if it's just a static site. I'd host this on a cdn like cloudflare or github pages (free!).
Re: Show HN: Porting Terraria and Celeste to WebAssembly
#10Getting firebase "bandwidth quota exceeded" error when trying the demo. You shouldn't have to worry about this kind of stuff if it's just a static site. I'd host this on a cdn like cloudflare or github pages (free!).
My bad! Switched over to the github pages fallback. Cloudflare pages isn't suitable because the wasm files (100mb+) exceed the 25mb limit. (i could bypass this with service worker jank but that tends to be fragile). Github Pages also isn't suitable because it doesn't have a native way of sending the coi/coep headers that are required for SharedArrayBuffer to be available. Can also bypass that with service worker jank…
also: this is incredibly cool. thanks for writing this up and sharing!