Expand description
Translate WebAssembly into Glulx.
This is a high-level library interface to what is normally used as a command-line tool. See https://bedquilt.io/manual for additional documentation.
Structs§
- Options that control compilation.
Enums§
- Error indicating why a compilation was unsuccessful.
- The location of what caused an overflow error.
Constants§
- The default value for
--glk-area-size. - The default value for
--stack-size. - The default value for
--table-growth-limit.
Functions§
- Compile a WebAssembly module into a Glulx story file.
- Compile a Walrus module into a
BytesMut.