WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3a926d3

Browse files
author
Guy Bedford
committed
1.10.1
1 parent b143754 commit 3a926d3

35 files changed

+52
-52
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "JavaScript tooling for working with WebAssembly Components",
55
"author": "Guy Bedford",
66
"bin": {

packages/preview2-shim/types/interfaces/wasi-cli-environment.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// interface wasi:cli/[email protected]
1+
/** @module Interface wasi:cli/[email protected] **/
22
/**
33
* Get the POSIX-style environment variables.
44
*

packages/preview2-shim/types/interfaces/wasi-cli-exit.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// interface wasi:cli/[email protected]
1+
/** @module Interface wasi:cli/[email protected] **/
22
/**
33
* Exit the current instance and any linked instances.
44
*/

packages/preview2-shim/types/interfaces/wasi-cli-run.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// interface wasi:cli/[email protected]
1+
/** @module Interface wasi:cli/[email protected] **/
22
/**
33
* Run the program.
44
*/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// interface wasi:cli/[email protected]
1+
/** @module Interface wasi:cli/[email protected] **/
22
export function getStderr(): OutputStream;
33
export type OutputStream = import('./wasi-io-streams.js').OutputStream;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// interface wasi:cli/[email protected]
1+
/** @module Interface wasi:cli/[email protected] **/
22
export function getStdin(): InputStream;
33
export type InputStream = import('./wasi-io-streams.js').InputStream;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// interface wasi:cli/[email protected]
1+
/** @module Interface wasi:cli/[email protected] **/
22
export function getStdout(): OutputStream;
33
export type OutputStream = import('./wasi-io-streams.js').OutputStream;

packages/preview2-shim/types/interfaces/wasi-cli-terminal-input.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// interface wasi:cli/[email protected]
1+
/** @module Interface wasi:cli/[email protected] **/
22

33
export class TerminalInput {
44
/**

0 commit comments

Comments
 (0)