Build Your First Thing with WebAssembly
cultureofdevelopment.com
Build Your First Thing with WebAssembly
1–10 of 58 posts
Re: Build Your First Thing with WebAssembly
#2Re: Build Your First Thing with WebAssembly
#3Thanks for the writeup! I had a hard time figuring out how to compile C++ to WebAssembly a couple of weeks ago and finally gave up given the lack of maturity of the implementation. I am sure this will help more people get interested in WebAssembly!
Re: Build Your First Thing with WebAssembly
#4Re: Build Your First Thing with WebAssembly
#5Nice investigation! A minor point about your description of wasm: "WebAssembly or wasm is a bytecode specification for writing performant, browser agnostic web components." The term "web components" already has a pretty specific meaning referring to the in-progress specs for custom html ui elements and surrounding technologies (see https://developer.mozilla.org/en-US/docs/Web/Web_Components ). You probably don't want…
Re: Build Your First Thing with WebAssembly
#6Nice investigation! A minor point about your description of wasm: "WebAssembly or wasm is a bytecode specification for writing performant, browser agnostic web components." The term "web components" already has a pretty specific meaning referring to the in-progress specs for custom html ui elements and surrounding technologies (see https://developer.mozilla.org/en-US/docs/Web/Web_Components ). You probably don't want…
That's fair. Originally asm.js was named capsule.js but that was taken and didn't really mean what it was. We could also call it modules but there is another very related spec out there for that as well. What would you call it instead?
https://en.m.wikipedia.org/wiki/Object_file
Of course the term "object" is confusingly overloaded too...
Re: Build Your First Thing with WebAssembly
#7Re: Build Your First Thing with WebAssembly
#8Re: Build Your First Thing with WebAssembly
#9Re: Build Your First Thing with WebAssembly
#10Huh, the AST looks pretty human readable. Anyone have tips for writing WebAssembly without using asm.js? Even a pointer to decent documentation would be great.
[1] https://github.com/WebAssembly/design/blob/master/TextFormat...
[2] https://github.com/WebAssembly/design/blob/master/BinaryEnco...