mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +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
7 changed files with 1972 additions and 1 deletions
|
@ -498,6 +498,10 @@
|
|||
# cmakedefine01 UTF8_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WASI_DEBUG
|
||||
# cmakedefine01 WASI_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WASM_BINPARSER_DEBUG
|
||||
# cmakedefine01 WASM_BINPARSER_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue