We seem to have some new publicity

Discuss general Uzebox topics here: features, wish list. nice to have, etc.
User avatar
Jubatian
Posts: 1561
Joined: Thu Oct 01, 2015 9:44 pm
Location: Hungary
Contact:

Re: We seem to have some new publicity

Post by Jubatian »

You can test-build it by adding "-s WASM=1" to Line 90 of Make_defines.mk for now. The compile for me resulted in a .wasm file, I don't know what else should happen, or whether it is actually used (the .js file is also generated).
User avatar
nicksen782
Posts: 714
Joined: Wed Feb 01, 2012 8:23 pm
Location: Detroit, United States
Contact:

Re: We seem to have some new publicity

Post by nicksen782 »

I'll give it a shot this weekend.
User avatar
Artcfox
Posts: 1382
Joined: Thu Jun 04, 2015 5:35 pm
Contact:

Re: We seem to have some new publicity

Post by Artcfox »

Given that they have tools that convert asm.js directly into webassembly, and someone compiled those tools with Emscripten, so a webpage itself can directly convert asm.js into webassembly, I'd expect the browsers to use the same pipeline for running both, since one can be transformed into the other.
Post Reply