Allocates sized memory of a given size
Frees a MazeWasm pointer
Frees a MazeWasmError
Frees a MazeWasmResult
Frees a maze solution pointer
Frees sized memory associated with a given pointer
Gets the total amount of objects currently allocated
Gets the total amount of sized memory currently allocated
Sets cells values in a MazeWasm to empty
Deletes columns from a MazeWasm
Deletes rows from a MazeWasm
Populates a MazeWasm from a JSON string
Gets the cell type associated with a MazeWasm cell
Gets the column count associated with a MazeWasm
Gets the finish cell associated with a MazeWasm
Gets the row count associated with a MazeWasm
Gets the start cell associated with a MazeWasm
Inserts columns into a MazeWasm
Inserts rows into a MazeWasm
Tests if a MazeWasm is empty
Resets a MazeWasm to empty
Resizes a MazeWasm
Sets the finish cell in a MazeWasm
Sets the start cell in a MazeWasm
Sets cells to walls in a MazeWasm
Returns the path associated with a solution
Solves a MazeWasm for its solution path
Converts a MazeWasm to a JSON string value
Creates a new, empty MazeWasm