Skip to content

Commit d4ac43f

Browse files
author
Guy Bedford
committed
readme fixups
1 parent 10c0044 commit d4ac43f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ export function componentize(jsSource: string, opts: {
164164
sourceName?: string,
165165
engine?: string,
166166
preview2Adapter?: string,
167-
disableFeatures?: ('stdio' | 'random' | 'clocks')[],
168-
enableFeatures?: ('http')[],
167+
disableFeatures?: ('stdio' | 'random' | 'clocks' | 'http')[],
169168
}): {
170169
component: Uint8Array,
171170
imports: string[]

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"lib",
2525
"src"
2626
],
27+
"ignore": "spidermonkey_embedding.debug.wasm",
2728
"workspaces": [
2829
"."
2930
]

0 commit comments

Comments
 (0)