3,056 questions
3
votes
1
answer
175
views
Can I compile an app in i386 mode using emscripten?
I have a legacy C application that does not work when compiled in a 64-bit environment because it depends on the size of pointers and other data types being 32-bits.
Is there an emscripten flag I can ...
6
votes
2
answers
3k
views
Will web assembly (wasm) have its own syntax?
I heard that W3 is working on the web's byte code,
Will web assembly (wasm) have its own syntax like nasm and masm?
for example typing stuff like,
global _main
extern _MessageBoxA@16
extern ...
19
votes
2
answers
5k
views
WebAssembly, JavaScript, and other languages
With the advent of the New Era of the Web, WebAssembly, which is to be designed in cooperation by Google, Microsoft, Apple, and Mozilla:
WebAssembly High-Level Goals
Define a portable, size- ...