wasm2glulx 0.1.2

Translate WebAssembly into Glulx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Copyright 2024 Daniel Fox Franke.

mod arith;
mod classify;
mod control;
mod loadstore;
mod memory;
mod table;
mod toplevel;

pub use toplevel::gen_function;