-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
Missing some instructions on README for the build?
I encountered errors during the following build commands on README.md:
$ git submodule update --recursive --init
$ (cd c-dependencies/spidermonkey && sh download-engine.sh)
$ cargo build --release // ERRORNot sure if this is common for other people, but I share what I've done, for the record.
- Install
cbindgen
https://github.com/eqrion/cbindgen#quick-start - Install
wasi-sdkand export the sdk path
https://github.com/WebAssembly/wasi-sdk#install
$ export WASI_CXX=${WASI_SDK_PATH}/bin/clang++ - Modify Makefile
*cargo exports
-ifdef DEBUG +DEBUG ?= false +ifneq ($(DEBUG), false)
DEBUG=falsewhen runningbuild.rswith--releaseflag
Environment:
- hash:
dbd9386 - platform: M1 Mac (darwin, arm64)
cytommiJakeChampion
Metadata
Metadata
Assignees
Labels
No labels