By: Bekzat
Inspect and view changes in WebAssembly Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "WebAssembly Viewer",
"description": "Display loaded WebAssembly modules and their exported functions",
"version": "1.1",
"icons": {
"64": "icons/WASM_64.png",
"128": "icons/WASM_128.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": "icons/WASM_64.png",
"default_title": "WASM Viewer",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{8350edda-5634-411e-be43-ed5b4a6916e0}",
"strict_min_version": "120.0"
}
}
} Best WebAssembly Viewer Alternatives
Here are some Firefox add-ons that are similar to WebAssembly Viewer: