@andreiltd/componentize-qjs-binding-win32-x64-msvc 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -212,8 +212,8 @@ Imported resources are exposed as JavaScript classes. Resource methods are
|
|
|
212
212
|
called on the handle:
|
|
213
213
|
|
|
214
214
|
```js
|
|
215
|
-
import stdin from "wasi:cli/stdin@0.2.
|
|
216
|
-
import stdout from "wasi:cli/stdout@0.2.
|
|
215
|
+
import stdin from "wasi:cli/stdin@0.2.12";
|
|
216
|
+
import stdout from "wasi:cli/stdout@0.2.12";
|
|
217
217
|
|
|
218
218
|
const input = stdin.getStdin(); // an InputStream
|
|
219
219
|
const output = stdout.getStdout(); // an OutputStream
|
|
Binary file
|