Update wasm port validation state
This commit is contained in:
@@ -5,8 +5,8 @@ ROOT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
LINUXCNC_ROOT="${LINUXCNC_ROOT:-$ROOT_DIR/../linuxcnc}"
|
||||
UPSTREAM_TASKINTF="$LINUXCNC_ROOT/src/emc/task/taskintf.cc"
|
||||
UPSTREAM_MOTION="$LINUXCNC_ROOT/src/emc/motion/motion.h"
|
||||
SUBSET_SRC="$ROOT_DIR/vendor/linuxcnc/src/emc/task/taskintf_wasm_subset.cc"
|
||||
SUBSET_HDR="$ROOT_DIR/vendor/linuxcnc/src/emc/task/taskintf_wasm_subset.hh"
|
||||
SUBSET_SRC="$ROOT_DIR/runtime/core/linuxcnc_task_subset/taskintf_wasm_subset.cc"
|
||||
SUBSET_HDR="$ROOT_DIR/runtime/core/linuxcnc_task_subset/taskintf_wasm_subset.hh"
|
||||
LCMOT_HDR="$ROOT_DIR/runtime/core/linuxcnc_wrap/linuxcnc_motion_runtime.h"
|
||||
LCMOT_SRC="$ROOT_DIR/runtime/core/linuxcnc_wrap/linuxcnc_motion_runtime.c"
|
||||
TASK_WRAPPER="$ROOT_DIR/runtime/core/linuxcnc_wrap/linuxcnc_task_hal_wasm.cpp"
|
||||
|
||||
Reference in New Issue
Block a user