[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

/wasm/ Web Assembly

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 34
Thread images: 2

File: wasm3.png (72KB, 837x556px) Image search: [Google]
wasm3.png
72KB, 837x556px
Have you boys tried out the Web Assembly demo? It runs Unity and doesn't even require the unity runtime or browser plugin. You just need Firefox Dev / Nightly or Chrome Canary. Fuck javascript or asm.js, WebAssembly is the future. Actually incredible.
https://webassembly.github.io/demo/
>>
Downloading shady js code from every website wasn't enough, now we'll download shady binaries from every website.

>>55977393
You fucking degenerate
>>
>>55977416
Lmao it's sandboxed better than javascript is you idiot, do you NOT want the web to be faster? Do you not want to be able to do clientside scripting in any language you choose?
>>
I don't like webassembly.

We have a nice system where you can see source code of every piece of javascript your browser runs. Some devs obfuscate/minify their javascript, but the default is still raw plaintext.

They want to replace this with binary blobs. But of course not to worry! If the dev chooses, he can attach his source code to the binary blob! Ain't this magnificent?
>>
>>55977426
Stick with NoScript, sempai. All code is harmful until proveen otherwise.
>>
>>55977433
I don't use noscript. The code is sandboxed either way. I just don't like the move from unaltered plaintext to binary blobs.
>>
>>55977421
WebAssemply wont replace javascript anyway, it will only complement it. It's ment for cpu/gpu intensive tasks, not for simple website stuff.
>>
>>55977426
I never even thought of this. I was against it before for security reasons, but this is probably the main reason why the (((industry))) is pushing it so hard
>>
>>55977454
I'm pushing it because i fucking despise javascript lmao

>>55977452
Probably in the beginning, but after a while it certainly will gain more traction. I sure would like to do clientside scripting in something like python rather than javascript.
>>
>>55977465
There's no way python compiled to webassembly will be anywhere close speed-wise compared to even currect Javascript implementations.
>>
>>55977527
When webassembly starts taking off and people make compilers for languages like python it'll probably rival it.
>>
>>55977584
Dream on.
>>
>>55977633
>he thinks interpreted languages are faster than compiled
please leave, javascript cuck.
>>
Isn't this just Chrome NaCl?
>>
>>55977647
This has nothing to do with interpreted/compiled. Javascript is compiled to machine code to be run on processor directly already in major implementations. Python is just slow by design, and even if you were to compile it to machine code, it would run slower than javascript code, just because there is so much stuff you are required to support for python.
>>
>>55977670
Inspired by asm.js and PNaCI.

>>55977677
literally anything other than javascript would be nice, was just using python as an example. Something like Rust even.
>>
>>55977691
Your irrational dislike for javascript is just silly.
>>
>>55977704
My issue isn't really with Javascript itself, more like what all of modern web development has become. And I blame that mostly on Javascript. Also js didn't have classes for like 20 years lmao
>>
>>55977720
> js didn't have classes for like 20 years
Javascript had classes since day 1. You are clueless.

If you are going to include lmao or any of its alternatives into your reply, don't bother writing, because there will be no response from me.
>>
>>55977742
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Y LMAO
Y LMAO
Y LMAO
Y LMAO
Y LMAO

le epic so ebin dae le epin win xD pwn’d ftw le bacon narwhale xP

tfw no gf xD ayy lmao! :p

upboated good sir i tip my fedora to you, fine gentlemen le real men have class xD real human bean!!1 dae cake is a lie lel
epic fail!!!!!!!! ;p for YOU!! :DDD XD we r anonymous >:D lol DOGE111 so ebin much le1, for the lulz!! xD le upvote for you :^)
just epic, simply epin ROFLMAOCOPTER BBQ :o WE ESPORTS NOW :DDDDDDDDD, did u waifu?

le dae EXPLODIN KNEES PUDDI!!!! le epic oldfag here, ama :D, 5get or faget? keke ebin… SHOOP LE WHOOP :D XDDDDD, here have an upboat, lelele so much ebin
420 smoke weed!!!!!11 dae le trees? :D le tree blaze ftw! epic memes, us gamers huh!? >:) tips fedora, le any1 athiest? SJW EBIN WOW memez?
RAISE UR DONGERS! 8D YTMD :^))))))))


EPIC PWNAGE!…………
>>
>>55977752
what cancer is this? You're mighty familiar with reddit terminology, go back to your sjw threads fucking fag
>>
>>55977742

Prototypes aren't classes. Even in ES6, the class syntax is just sugar for prototyping.

>>55977720

Modern web development is as it is due to the lack of features in the current HTML, CSS and JS specs. Libraries and build tools make it possible to go beyond them.

You could make the argument that Javascript over complicated the modern web but that is less of a technical discussion and more about user experience and what different subsets of users want from the web.
>>
>>55977952
>Prototypes aren't classes
Says who? You? Nice opinion.
>>
The main problem with Javascript and the community is that they're uneducated and don't know the language, making silly statements like >>55977972
>>
>>55977997
javascript """devs""" ruined the web honestly, if your site REQUIRES javascript to run you fucked up somewhere.
>>
>>55977997
Oh please anon do enlighten us and explain how exactly the classes system in Javascript is actually not a classes system.
>>
File: web dev asm.png (312KB, 506x662px) Image search: [Google]
web dev asm.png
312KB, 506x662px
>>
>>55977393
>/fasm/ Firefox Assembly
Have you boys tried out the Firefox Assembly demo? It runs UE4 and Source 2 and doesn't even require the unity runtime or browser plugin. You just need Firefox Dev. Fuck javascript or asm.js, WebAssembly is the future. Actually incredible.
https://fassembly.github.io/demo/
>>
>>55978042
what? are you okay, anon?
>>
>>55977393
Anything is better than fucking JS, there are probably already compliers that target it.
>>
anybody know how dom manipulation will work with wasm? can't seem to find much information about it.
>>
>>55978145
With javascript converted to webasm, just the same as in original javascript.
>>
Eich has a lot to answer for.

We could have had Scheme in the browser, but instead we got JavaScript.
>>
>>55978233
Thank you based Eich.
Thread posts: 34
Thread images: 2


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.