mooigraph a2732f9b6a next c wasm test added | il y a 3 ans | |
---|---|---|
.. | ||
0m.sh | il y a 3 ans | |
README.md | il y a 3 ans | |
index.html | il y a 3 ans | |
jquery-3.6.0.js | il y a 3 ans | |
lenstr.c | il y a 3 ans | |
lenstr.wasm | il y a 3 ans | |
site.js | il y a 3 ans |
test compiling c to wasm without c-lib or emscripten using clang-7 and ./0m shell script
lenstr.wasm print length of string in the textarea on console log after pressing button
because lenstr.wasm uses wasm memory add linker flag -Wl,--import-memory to clang
It needs lld package installed and python webserver but not thttpd
python -m SimpleHTTPDServer
Then browse to localhost:8000
Using firefox developers console to see output from console.log()
end.