Questions tagged [webassembly]
The webassembly tag has no summary.
4 questions
5
votes
1
answer
335
views
Multiplying two large numbers whose digits you have in a string, in AEC compiled to WebAssembly
You can see it live here: https://flatassembler.github.io/multiplying-strings-aec.html
...
4
votes
1
answer
62
views
ShareImage: Place Texts on Images to generate Social Media Preview Images
ShareImage is a project which lets you use an Image ("Template") and place text over it, to generate Social Media Preview Images, the ones used in the ...
4
votes
1
answer
216
views
AEC-to-WebAssembly compiler in C++
Now that my new compiler is capable of compiling programs such as the Analog Clock in AEC, I've decided to share the code of that compiler with you, to see what you think about it.
File ...
0
votes
0
answers
736
views
Rust/WebAssembly VS pure JavaScript benchmark in Node.js
I've wanted to try Rust and WebAssembly for a while. I recently realized that I could try both at the same time by compiling Rust to WebAssembly.
I wanted to know what the performances of something ...