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.