We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70b8f7 commit c3948c2Copy full SHA for c3948c2
packages/web-host/src/hooks/wasm.tsx
@@ -52,6 +52,9 @@ export function WasmProvider({ children }: { children: React.ReactNode }) {
52
error: null,
53
engine,
54
});
55
+ addReplHistoryEntry({
56
+ stdin: "[Host] REPL host ready",
57
+ });
58
})
59
.catch((error) => {
60
console.log("useEffect prepareEngine error", error);
0 commit comments