]> git.nickg.me.uk Git - nvc.git/commit
Add an experimental WebSocket interface to control simulator
authorNick Gasson <nick@nickg.me.uk>
Fri, 9 Jun 2023 11:36:41 +0000 (12:36 +0100)
committerNick Gasson <nick@nickg.me.uk>
Tue, 18 Jul 2023 19:13:54 +0000 (20:13 +0100)
commit2b79e6727b1e43cb372c8e19cb1f21e570581414
treea9cd8ab019bc998795cdd407dccfc00693a7a9c7
parent3ae23022711bb23085e55be26e6ad56ae29e16cb
Add an experimental WebSocket interface to control simulator
22 files changed:
.github/workflows/build-test.yml
configure.ac
src/Makemodule.am
src/diag.c
src/diag.h
src/nvc.c
src/object.c
src/rt/shell.c
src/server.c [new file with mode: 0644]
src/server.h [new file with mode: 0644]
src/util.c
src/util.h
test/Makemodule.am
test/test_jit.c
test/test_native.c
test/test_parse.c
test/test_server.c [new file with mode: 0644]
test/test_util.c
test/unit_test.c
thirdparty/Makemodule.am
thirdparty/sha1.c [new file with mode: 0644]
thirdparty/sha1.h [new file with mode: 0644]