Skip to content

Commit 9ecfbe6

Browse files
committed
Imported string constants
1 parent c9daedb commit 9ecfbe6

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

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

0 commit comments

Comments
 (0)