A simple WebAssembly app rendering printf
method from C language to HTML.
-
Modify the
index.c
file -
Rebuild the JS code
emcc index.c -o index.js
A simple WebAssembly app rendering printf
method from C language to HTML.
Modify the index.c
file
Rebuild the JS code
emcc index.c -o index.js