Age | Commit message (Expand) | Author |
---|---|---|
2021-06-22 | LibWeb: Implement the WebAssembly Memory object and Memory imports | Ali Mohammad Pur |
2021-06-22 | LibWeb: Cache the WebAssembly objects that we hand out to JS | Ali Mohammad Pur |
2021-06-22 | LibWeb: Use SignedBigInteger::create() to create wasm i64 values | Ali Mohammad Pur |
2021-06-22 | LibWeb: Avoid resolving the wasm call address type on every invocation | Ali Mohammad Pur |
2021-06-16 | LibJS: Replace Object's create_empty() with create() taking a prototype | Linus Groh |
2021-06-11 | LibWeb: Set a detach key for ArrayBuffers returned from WASM | Idan Horowitz |
2021-06-02 | LibWasm: Implement reference instructions (ref.{null,func,is_null}) | Ali Mohammad Pur |
2021-05-26 | LibWasm+LibWeb: Partially resolve memory exports | Ali Mohammad Pur |
2021-05-26 | LibWasm+LibWeb: Implement (a very basic version of) the JS link/import | Ali Mohammad Pur |
2021-05-26 | LibWeb: Implement a very basic WebAssembly JS API | Ali Mohammad Pur |