mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWasm: Start implementing WASI
This commit starts adding support for WASI, along with the framework to implement all the functions (though only a couple are currently implemented).
This commit is contained in:
parent
eceb244bef
commit
7e4e9fdb8f
Notes:
sideshowbarker
2024-07-17 09:41:18 +09:00
Author: https://github.com/alimpfard
Commit: 7e4e9fdb8f
Pull-request: https://github.com/SerenityOS/serenity/pull/18182
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/LucasChollet
7 changed files with 1972 additions and 1 deletions
|
@ -121,7 +121,7 @@ public:
|
|||
ALWAYS_INLINE Value& operator=(Value const& value) = default;
|
||||
|
||||
template<typename T>
|
||||
ALWAYS_INLINE Optional<T> to()
|
||||
ALWAYS_INLINE Optional<T> to() const
|
||||
{
|
||||
Optional<T> result;
|
||||
m_value.visit(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue