mooigraph 47ab7436c5 md update 3 роки тому
..
0m.sh 37a78aaf46 websfg sfg.c first version running in browser 3 роки тому
Lindent adadb614f6 wasm malloc update 3 роки тому
README.md 37a78aaf46 websfg sfg.c first version running in browser 3 роки тому
clib.c 37a78aaf46 websfg sfg.c first version running in browser 3 роки тому
dlmalloc.c adadb614f6 wasm malloc update 3 роки тому
errno.h adadb614f6 wasm malloc update 3 роки тому
graph2svg.c 47ab7436c5 md update 3 роки тому
graph2svg.wasm 37a78aaf46 websfg sfg.c first version running in browser 3 роки тому
index.html 37a78aaf46 websfg sfg.c first version running in browser 3 роки тому
jquery-3.6.0.js d3d429a0e3 wasm sfg.c added 3 роки тому
malloc.c adadb614f6 wasm malloc update 3 роки тому
malloc.h adadb614f6 wasm malloc update 3 роки тому
sfg.c d3d429a0e3 wasm sfg.c added 3 роки тому
sfg.h d3d429a0e3 wasm sfg.c added 3 роки тому
site.js 37a78aaf46 websfg sfg.c first version running in browser 3 роки тому
stddef.h adadb614f6 wasm malloc update 3 роки тому
stdio.h adadb614f6 wasm malloc update 3 роки тому
stdlib.h 37a78aaf46 websfg sfg.c first version running in browser 3 роки тому
string.h adadb614f6 wasm malloc update 3 роки тому
unistd.h adadb614f6 wasm malloc update 3 роки тому

README.md

wasmtest01

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.