Skip to content

Commit

Permalink
Revert unintentional change to builtins field
Browse files Browse the repository at this point in the history
  • Loading branch information
eqrion committed Jun 25, 2024
1 parent cecb1e8 commit 432c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/js-string-builtins/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ WebAssembly.compile(bytes, { builtins: ['js-string'] });
The full extension to the JS-API WebIDL is:
```
dictionary WebAssemblyCompileOptions {
optional record<USVString, USVString> builtins;
optional sequence<USVString> builtins;
}
[LegacyNamespace=WebAssembly, Exposed=*]
Expand Down

0 comments on commit 432c901

Please sign in to comment.