
128: WebAssembly with Kevin Hoffman
Programming Throwdown
00:00
Web Assembler Compiler - Is That Correct?
In rush terms, what you would end up doing is choosing web assembly as your target. And rust has a target called wasm 32. Use that target and you get a ot wasm file as your output instead of an executable. If you want to target waz, which is where you get operating system like access, then you just use rust to target, the wazi target. Different compilers ar are are different in terms of how you can use them order to get your your web assembly code. But what you should get from compiling to web assembly is a binery that can be executed by any host, on any operating system, under any architecture, and without modification.
Transcript
Play full episode