Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF125 WAS multi memory ff125 #32919

Merged
merged 24 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3fffafd
Add Browser compat to top level page
hamishwillee Apr 2, 2024
c404112
Understanding text format - point to compat rather than stating it
hamishwillee Apr 2, 2024
fd55b77
More clearly separate description of memory and our example
hamishwillee Apr 2, 2024
cf16e3f
Improve the single memory example readability
hamishwillee Apr 9, 2024
eebae5c
Docs for the multi-memory exampole
hamishwillee Apr 9, 2024
3d81893
Minor follow up subedit and cross linking
hamishwillee Apr 12, 2024
47a2666
update load with new format and details
hamishwillee Apr 12, 2024
716b7dc
Add Browser compat to top level page
hamishwillee Apr 2, 2024
2e76f64
Understanding text format - point to compat rather than stating it
hamishwillee Apr 2, 2024
07ff4bf
More clearly separate description of memory and our example
hamishwillee Apr 2, 2024
e10b7b5
Improve the single memory example readability
hamishwillee Apr 9, 2024
1c062c7
Docs for the multi-memory exampole
hamishwillee Apr 9, 2024
5a681f4
Minor follow up subedit and cross linking
hamishwillee Apr 12, 2024
4503ab7
update load with new format and details
hamishwillee Apr 12, 2024
f2d3ece
Add grow (draft)
hamishwillee Apr 12, 2024
d555597
Merge branch 'wasm_multi_memory_ff125' of https://github.com/hamishwi…
hamishwillee Apr 12, 2024
d0afdd1
Fix up the grow compat
hamishwillee Apr 12, 2024
e568908
Fixes following Mendy feedback
hamishwillee Apr 15, 2024
02facc1
Update files/en-us/webassembly/reference/memory/grow/index.md
hamishwillee Apr 15, 2024
c7e82f8
Update the individual memory instructions
hamishwillee Apr 15, 2024
12474a2
Minor consitency fixes
hamishwillee Apr 15, 2024
d0ba3be
Update JavaScript API with cross link to WASM multimemory
hamishwillee Apr 15, 2024
40a1788
Add spec URLs for the memory instructions
hamishwillee Apr 15, 2024
e7c12b5
WASM to Wasm (MDN standard)
hamishwillee Apr 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion files/en-us/webassembly/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
title: WebAssembly
slug: WebAssembly
page-type: landing-page
spec-urls: https://webassembly.github.io/spec/js-api/
browser-compat:
- webassembly.api
- webassembly.BigInt-to-i64-integration
- webassembly.bulk-memory-operations
- webassembly.exception-handling
- webassembly.extended-constant-expressions
- webassembly.fixed-width-SIMD
- webassembly.garbage-collection
- webassembly.multiMemory
- webassembly.multi-value
- webassembly.mutable-globals
- webassembly.non-trapping-float-to-int-conversions
- webassembly.reference-types
- webassembly.sign-extension-operations
- webassembly.tail-calls
- webassembly.threads-and-atomics
---

{{WebAssemblySidebar}}
Expand Down Expand Up @@ -84,6 +99,10 @@ And what's even better is that it is being developed as a web standard via the [

{{Specifications}}

## Browser compatibility

{{Compat}}

## See also

- [WebAssembly on Mozilla Research](https://research.mozilla.org/)
Expand Down
Loading