Skip to content

Commit

Permalink
Merge pull request #71 from GoogleChromeLabs/update-wasmgc
Browse files Browse the repository at this point in the history
Update WasmGC detector and bump dependencies
  • Loading branch information
tomayac authored Oct 18, 2023
2 parents 3cb77c8 + 78117b2 commit 01ac36f
Show file tree
Hide file tree
Showing 12 changed files with 491 additions and 255 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A small library to detect which features of WebAssembly are supported.
- ✅ Tree-shakable (only bundle the detectors you use)
- ✅ Provided as an ES6, CommonJS and UMD module.
- ✅ CSP compatible
- ✅ All detectors add up to only ~740B gzipped
- ✅ All detectors add up to only ~730B gzipped

## Installation

Expand Down
2 changes: 1 addition & 1 deletion genwebsite.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function init() {
await fsp.copyFile("./dist/esm/index.js", "./website/wasm-feature-detect.js");
await fsp.copyFile(
"./node_modules/highlight.js/styles/github.css",
"./website/syntax.css"
"./website/syntax.css",
);

const template = await fsp.readFile("./website.ejs", "utf8");
Expand Down
Loading

0 comments on commit 01ac36f

Please sign in to comment.