Skip to content

Commit 2506561

Browse files
author
Guy Bedford
committed
0.13.1
1 parent 97fe6aa commit 2506561

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 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/componentize-js",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"homepage": "https://github.com/bytecodealliance/componentize-js#readme",
55
"description": "ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding",
66
"type": "module",

types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface ComponentizeOptions {
3333
*
3434
* - stdio: console.log(), console.error and errors are provided to stderr
3535
* - random: Math.random() and crypto.randomBytes()
36-
* - clocks: Date.now()
36+
* - clocks: Date.now(), performance.now()
3737
* - http: fetch() support
3838
*
3939
*/

0 commit comments

Comments
 (0)