Skip to content

Commit fc2fada

Browse files
committed
Imported string constants
1 parent ab6a5ae commit fc2fada

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

runtime/wasm/runtime.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,10 @@
528528
},
529529
generated,
530530
);
531-
const options = { builtins: ["js-string", "text-decoder", "text-encoder"] };
531+
const options = {
532+
builtins: ["js-string", "text-decoder", "text-encoder"],
533+
importedStringConstants: "",
534+
};
532535

533536
function loadRelative(src) {
534537
const path = require("node:path");

0 commit comments

Comments
 (0)