Get the latest tech news
Show HN: Attempt to bring a cinematic experience in 256 bytes (WASM)
repo of my sizecoding entries. Contribute to ilmenit/sizecoding development by creating an account on GitHub.
or click the following link if you have the FireFox browser (Chrome’s implementation of WebAssembly has much worse performance). I personally love seeing creative process of the others (“making of”) and If you are interested in the steps I went through to create this intro, check the following recording: CurlyWAS has ability to use keywords like “inline” (expression is evaluated every time, works similarly to C’s #define), or “lazy” (which uses the local.tee instruction which combines local.set and local.get and therefore saves on bytes).
Or read this on Hacker News