Live data from Hacker News

Running C++ on Cloudflare WASM

saus.app

1–4 of 4 posts

Re: Running C++ on Cloudflare WASM

#4

There may be a way to run container2wasm containers on CF WASM? There's a vscode-container-wasm-gcc-example with gcc but not yet g++ installed via apt: https://github.com/ktock/vscode-container-wasm-gcc-example

Interesting thanks, I wasn't aware of container2wasm. I do wonder what the output sizes are. They don't mention compatibility with CF's runtime, it is more restrictive than any of the ones they do!