In case you didn't know, Windows API accepts both the slash / and backslash \ as path name delimiters.
When I hard code file names, I always use the slash / to avoid doubling (escaping) the backslash. The latter style looks a bit ugly in my opinion.
Thoughts on WebAssembly as a stack machine
-
This week the article Wasm is not quite a stack machine has been making the
rounds and has caught my eye. The post claims that WASM is not a pure stack
m...
1 day ago