Sign in
webkit
/
WebKit
/
1b5b9f969bf9615f03aea16e6fd4fe5eb736e53d
/
Source
/
JavaScriptCore
/
wasm
/
WasmFormat.h
52fa2cc
Use MacroAssemblerCodePtr in Wasm code for code pointers instead of void*.
by mark.lam@apple.com
· 7 years ago
17e92c5
WebAssembly: Wasm::IndexOrName has a raw pointer to Name
by jfbastien@apple.com
· 7 years ago
2aa89f7
WebAssembly: NFC renames of things that aren't JS-specific
by jfbastien@apple.com
· 7 years ago
d9f999e
WebAssembly: no VM / JS version of everything but Instance
by jfbastien@apple.com
· 7 years ago
b87f546
Unreviewed, rolling out r222791 and r222873.
by ryanhaddad@apple.com
· 7 years ago
495e376
WebAssembly: no VM / JS version of everything but Instance
by jfbastien@apple.com
· 7 years ago
81a3b13
Demarcate code added due to lack of NSDMI for aggregates
by dbates@webkit.org
· 8 years ago
d1682b3
WebAssembly: implement name section's module name, skip unknown sections
by jfbastien@apple.com
· 8 years ago
e63ccf0
WebAssembly: We should only create wrappers for functions that can be exported
by keith_miller@apple.com
· 8 years ago
381e333
WebAssembly: support name section JSTests:
by jfbastien@apple.com
· 8 years ago
5fe2e70
WebAssembly: Implement tier up https://bugs.webkit.org/show_bug.cgi?id=170134
by keith_miller@apple.com
· 8 years ago
1890372
WebAssembly: ModuleInformation should be a ref counted thing that can be shared across threads.
by keith_miller@apple.com
· 8 years ago
4ab4416
WebAssembly: Make our calls out to JS PIC friendly
by sbarati@apple.com
· 8 years ago
57f9cc1
WebAssembly: Ref count Signature and SignatureInformation should not care about VM
by sbarati@apple.com
· 8 years ago
8161b84
WebAssembly: Make WebAssembly.instantiate/compile truly asynchronous
by keith_miller@apple.com
· 8 years ago
a9101fb
WebAssembly: implement Module imports/exports
by jfbastien@apple.com
· 8 years ago
217c0cd
WebAssembly: implement init_expr for Element
by sbarati@apple.com
· 8 years ago
e3ecd6a
WASM should support faster loads. https://bugs.webkit.org/show_bug.cgi?id=162693
by keith_miller@apple.com
· 8 years ago
23693f7
WebAssembly JS API: add Module.sections
by jfbastien@apple.com
· 8 years ago
373aa05
WebAssembly: handle and optimize wasm export → wasm import calls
by jfbastien@apple.com
· 8 years ago
3259fe6
WebAssembly: Implement grow_memory and current_memory
by sbarati@apple.com
· 8 years ago
5fb7731
WebAssembly: unique function signatures
by jfbastien@apple.com
· 8 years ago
54a8f92
WebAssembly: improve compilation error messages
by jfbastien@apple.com
· 8 years ago
dc13ef5
WebAssembly JS API: implement Global
by keith_miller@apple.com
· 8 years ago
9fab881
WebAssembly: implement the elements section
by sbarati@apple.com
· 8 years ago
6fa39dc
WebAssembly: implement the table section and table import
by sbarati@apple.com
· 8 years ago
812da91
We should be able to throw exceptions from Wasm code and when Wasm frames are on the stack
by sbarati@apple.com
· 8 years ago
8e01a1d
Wasm should support call_indirect https://bugs.webkit.org/show_bug.cgi?id=165718
by keith_miller@apple.com
· 8 years ago
64983d4
WebAssembly: implement data section
by jfbastien@apple.com
· 8 years ago
dacdc39
WebAssembly JS API: implement start function
by jfbastien@apple.com
· 8 years ago
73916bb
WebAssembly JS API: implement importing and defining Memory
by sbarati@apple.com
· 8 years ago
148b8d9
WebAssembly JS API: wire up Instance imports
by jfbastien@apple.com
· 8 years ago
8ebd818
We should have a Wasm callee https://bugs.webkit.org/show_bug.cgi?id=165163
by sbarati@apple.com
· 8 years ago
338be4a
WebAssembly: update binary format to 0xD version
by jfbastien@apple.com
· 8 years ago
c2fe4f9
WebAssembly: revert patch causing odd breakage
by jfbastien@apple.com
· 8 years ago
843c8b6
WebAssembly: update binary format to 0xD version
by jfbastien@apple.com
· 8 years ago
f738dd1
WebAssembly JS API: improve Instance
by jfbastien@apple.com
· 8 years ago
97a32c1
WebAssembly JS API: implement more sections
by jfbastien@apple.com
· 8 years ago
ab77f85
Add a WASM function validator. https://bugs.webkit.org/show_bug.cgi?id=161707
by keith_miller@apple.com
· 8 years ago
1719216
Rename WASM to Wasm https://bugs.webkit.org/show_bug.cgi?id=163796
by keith_miller@apple.com
· 8 years ago
[Renamed (92%) from Source/JavaScriptCore/wasm/WASMFormat.h]
baaecc2
Add support for WASM calls https://bugs.webkit.org/show_bug.cgi?id=161727
by keith_miller@apple.com
· 8 years ago
49eb17b
Add support for WASM Memory. https://bugs.webkit.org/show_bug.cgi?id=161710
by keith_miller@apple.com
· 8 years ago
fb3cbad
Update WASM towards 0xc https://bugs.webkit.org/show_bug.cgi?id=162067
by keith_miller@apple.com
· 9 years ago
70cf9ca
Add support for WASM Loops and Branches
by keith_miller@apple.com
· 9 years ago
12f2071
jsc: provide printErr() https://bugs.webkit.org/show_bug.cgi?id=161513
by keith_miller@apple.com
· 9 years ago
f32146b
Rename WASM classes dropping the WASM prefix
by keith_miller@apple.com
· 9 years ago
1b7aae3
Fix the ENABLE(WEBASSEMBLY) build on Linux
by ossy@webkit.org
· 9 years ago
4c2bd5f
Implement WASM Parser and B3 IR generator
by keith_miller@apple.com
· 9 years ago
eb3bb1df
Implement indirect calls in WebAssembly
by commit-queue@webkit.org
· 10 years ago
86c82c8
Implement WebAssembly function parser
by commit-queue@webkit.org
· 10 years ago
f8d8acd
Parse the entire WebAssembly modules
by commit-queue@webkit.org
· 10 years ago