Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
wasm_stack.hpp File Reference
#include <sysio/vm/allocator.hpp>
#include <sysio/vm/constants.hpp>
#include <sysio/vm/exceptions.hpp>
#include <sysio/vm/stack_elem.hpp>
#include <sysio/vm/types.hpp>
#include <sysio/vm/vector.hpp>
Include dependency graph for wasm_stack.hpp:

Go to the source code of this file.

Classes

class  sysio::vm::stack< ElemT, ElemSz, Allocator >
 

Namespaces

namespace  sysio
 
namespace  sysio::vm
 

Typedefs

using sysio::vm::operand_stack = stack<operand_stack_elem, constants::initial_stack_size>
 
using sysio::vm::call_stack = stack<activation_frame, constants::max_call_depth + 1, bounded_allocator>