My apologies if this is a broad question, but I was wondering if you could do a podcast episode that explains how to build an existing C project (with dependencies) for WASM? Trying a few different ways people have mentioned out there thus far, I haven't been able to successfully run the program correctly in WASM. Thank you!
@tomayac8 ай бұрын
I have written a guide that covers a lot of the challenges you may run into: web.dev/articles/compiling-mkbitmap-to-webassembly. Maybe this helps already?
@offroaders1238 ай бұрын
@@tomayac Thank you! I'll go read up on that next.
@jedisct18 ай бұрын
Easiest way is to use Emscripten (for something that runs in the browser) or Zig (replacing the native C compiler with the "zig cc -target=wasm32-wasi" command) for environments that don't support JS.
@LookRainy8 ай бұрын
Appreciate the content but please get better audio equipment, the audio is really bad..
@tomayac8 ай бұрын
Yes, sorry, this was a bit of an unlucky coincidence: the recording studio in London was occupied by Google I/O sessions, so we had to move to a regular conference room.
@yeyu85218 ай бұрын
You can turn on caption
@LookRainy8 ай бұрын
@@yeyu8521 yeah I know, and that’s not an excuse for bad audio on such a big channel