Skip to content

Commit

Permalink
feat: add a new shim for lunatic
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Pfennig <s.pfennig@reply.de>
  • Loading branch information
0xE282B0 committed Aug 11, 2023
1 parent df29600 commit 8af83d3
Show file tree
Hide file tree
Showing 21 changed files with 5,574 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
SHIMS := slight spin wws
SHIMS := slight spin wws lunatic
BUILD_TARGETS = $(foreach shim,$(SHIMS),build-$(shim)-cross-$(TARGET))

PREFIX ?= /usr/local
INSTALL ?= install
TEST_IMG_NAME_lunatic ?= wasmtest_lunatic:latest
TEST_IMG_NAME_spin ?= wasmtest_spin:latest
TEST_IMG_NAME_slight ?= wasmtest_slight:latest
TEST_IMG_NAME_wws ?= wasmtest_wws:latest
Expand Down
Loading

0 comments on commit 8af83d3

Please sign in to comment.