Skip to content

Commit 68da425

Browse files
Fix Example
1 parent 8f73881 commit 68da425

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

example/JavaScriptKitExample/Makefile

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/JavaScriptKitExample/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MAKEFILE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
2+
SRCROOT := $(MAKEFILE_DIR)/../../
3+
SCRIPT_DIR := $(SRCROOT)/script
4+
WASI_SDK_DIR ?= $(SRCROOT)/.wasi-sdk
5+
WASI_SYSROOT ?= $(WASI_SDK_DIR)/share/wasi-sysroot
6+
7+
build:
8+
$(SCRIPT_DIR)/build-package.sh $(WASI_SYSROOT)

example/JavaScriptKitExample/script

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)