Skip to content

Commit 2b50f4c

Browse files
committed
Imported string constants
1 parent c9ff0b4 commit 2b50f4c

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
@@ -457,7 +457,10 @@
457457
},
458458
generated,
459459
);
460-
const options = { builtins: ["js-string", "text-decoder", "text-encoder"] };
460+
const options = {
461+
builtins: ["js-string", "text-decoder", "text-encoder"],
462+
importedStringConstants: "",
463+
};
461464

462465
function loadRelative(src) {
463466
const path = require("node:path");

0 commit comments

Comments
 (0)