mooigraph a2732f9b6a next c wasm test added | пре 3 година | |
---|---|---|
.. | ||
0m.sh | пре 3 година | |
README.md | пре 3 година | |
index.html | пре 3 година | |
jquery-3.6.0.js | пре 3 година | |
lenstr.c | пре 3 година | |
lenstr.wasm | пре 3 година | |
site.js | пре 3 година |
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.