webassembly-examples icon indicating copy to clipboard operation
webassembly-examples copied to clipboard

Code examples that accompany the MDN WebAssembly documentation — see https://developer.mozilla.org/en-US/docs/WebAssembly.

Results 5 webassembly-examples issues
Sort by recently updated
recently updated
newest added

I'm not sure if this is the right place for this, but it would definitely help a lot in understanding how these parts fit if we had a C/C++/Rust (at...

effort: large
new example

A few security advisories to address here. - [x] tested locally and runs as expected with: ```bash wasm-pack build --target bundler cd site npm i && npm run serve ```

### Description Syncs the `SECURITY.md` file with the [canonical version from mdn/fred](https://github.com/mdn/fred/blob/main/SECURITY.md). ### Motivation Ensures consistent security reporting procedures across all MDN repositories. ### Additional details See: https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository ### Related...

It may be good to consider adding debpot for this directory as there's some outdated deps with CVEs. Note that we have the `package.json` hardcoded in https://developer.mozilla.org/en-US/docs/WebAssembly/Guides/Rust_to_Wasm#using_the_npm_package_on_the_web

### MDN URL https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table ### What specific section or headline is this issue about? Examples ### What information was incorrect, unhelpful, or incomplete? The Examples section for multiple Webassembly pages...

good first issue