mooigraph 47ab7436c5 md update | 3 年之前 | |
---|---|---|
.. | ||
0m.sh | 3 年之前 | |
Lindent | 3 年之前 | |
README.md | 3 年之前 | |
clib.c | 3 年之前 | |
dlmalloc.c | 3 年之前 | |
errno.h | 3 年之前 | |
graph2svg.c | 3 年之前 | |
graph2svg.wasm | 3 年之前 | |
index.html | 3 年之前 | |
jquery-3.6.0.js | 3 年之前 | |
malloc.c | 3 年之前 | |
malloc.h | 3 年之前 | |
sfg.c | 3 年之前 | |
sfg.h | 3 年之前 | |
site.js | 3 年之前 | |
stddef.h | 3 年之前 | |
stdio.h | 3 年之前 | |
stdlib.h | 3 年之前 | |
string.h | 3 年之前 | |
unistd.h | 3 年之前 |
test compiling c to wasm emscripten using clang-8 and ./0m shell script
graph2svg.wasm creates svg image data inlined in the html page when pressing button.
The javascript checks for too much text in the textarea.
because graph2svg.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()
This is a test version with bugs to be fixed.
end.