Skip to main content

Questions tagged [webassembly]

5 votes
1 answer
337 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 ...
FlatAssembler's user avatar
4 votes
1 answer
65 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 ...
Rajdeep Malakar's user avatar
4 votes
1 answer
219 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 ...
FlatAssembler's user avatar
0 votes
0 answers
737 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 ...
7hibault's user avatar
  • 139