Skip to content

Commit a42e338

Browse files
committed
basic working module
shm_typed_array.lua is an ffi interface to shared memory subroutines.
1 parent deb659b commit a42e338

14 files changed

+1358
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
libluashm.dylib: lua_shm.o
2+
$(CXX) -shared $^ -o $@ -Wl
3+
4+
lua_shm.o : CXXFLAGS+=-fPIC -std=c++17

lau_shm.cc

Whitespace-only changes.

0 commit comments

Comments
 (0)