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:
WebAssembly Display
paris
Display WASM
paris
Display WASM Modules
paris
WebAssembly Detector
mbnuqw
JavaScript Viewer
William Nguyen
WEBASSEMBLY GAME DETECTOR
Rafael Lima
waView, Beyond the web
jjkapp2022
Slick Javascript Lens
John Thomas
Console Error Viewer
MumbaiEnjoyer
Advanced Code Explorer
Erin Reid
Web Component DevTools
Matsuuu
JSON Viewer Pro
bIONArAq