{"library":"wast-loader","type":"library","category":null,"description":"Webpack loader for WebAssembly text format (.wast/.wat files). Version 1.14.1 compiles WAT to binary WebAssembly modules during webpack bundling. The loader integrates with webpack's webassembly/experimental module type (webpack 4) and is part of the webassemblyjs toolchain. It has limited ongoing development; the webassemblyjs monorepo appears in maintenance mode. Key differentiator: enables writing WebAssembly in text format directly in webpack projects without separate compilation steps.","language":"javascript","status":"maintenance","version":"1.14.1","tags":["javascript","webassembly","WebAssembly","wat","wast"],"last_verified":"Wed May 27","install":[{"cmd":"npm install wast-loader","imports":["module.exports = { module: { rules: [{ test: /\\.wast$/, loader: 'wast-loader', type: 'webassembly/experimental' }] } };","const wasm = require('./module.wast');","import wasm from './module.wast';","import type WasmModule from './module.wast';"]},{"cmd":"yarn add wast-loader","imports":[]},{"cmd":"pnpm add wast-loader","imports":[]}],"homepage":null,"github":"https://github.com/xtuc/webassemblyjs","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/wast-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/wast-loader/compatibility"}}