vastlint 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/vastlint_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ npm install vastlint
|
|
|
24
24
|
| Rollup | ✅ | Requires `@rollup/plugin-wasm` |
|
|
25
25
|
| Deno | ✅ | Supports static WASM imports natively |
|
|
26
26
|
| Cloudflare Workers | ⚠️ | WASM supported but requires Workers-specific binding syntax |
|
|
27
|
-
| `<script type="module">` (no bundler) | ❌ | Browsers cannot statically import `.wasm`
|
|
27
|
+
| `<script type="module">` (no bundler) | ❌ | Browsers cannot statically import `.wasm` - use a bundler |
|
|
28
28
|
|
|
29
29
|
This package uses the `wasm-pack --target bundler` output. It is designed for use inside a build pipeline (Vite, Webpack, Rollup, etc.) or in Node.js directly. For a raw browser drop-in without a bundler, a separate `web` target build is needed.
|
|
30
30
|
|
package/package.json
CHANGED
package/vastlint_wasm_bg.wasm
CHANGED
|
Binary file
|