diff --git a/package.json b/package.json index 9b714c38..a49c9b90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kcl-playground", - "version": "0.10.0", + "version": "0.10.2", "private": true, "scripts": { "start": "webpack serve", diff --git a/src/js/module/index.js b/src/js/module/index.js index bed0122d..f848b9c6 100644 --- a/src/js/module/index.js +++ b/src/js/module/index.js @@ -2,7 +2,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.invokeKCLFmt = exports.invokeKCLRun = exports.load = void 0; const wasi_1 = require("@wasmer/wasi"); -const RUN_FUNCTION_NAME = "kcl_run"; +const RUN_FUNCTION_NAME = "kcl_run_with_log_message"; const FMT_FUNCTION_NAME = "kcl_fmt"; const RUNTIME_ERR_FUNCTION_NAME = "kcl_runtime_err"; /** diff --git a/src/kcl.wasm b/src/kcl.wasm old mode 100644 new mode 100755 index accd5c70..0262d585 Binary files a/src/kcl.wasm and b/src/kcl.wasm differ