Skip to main content

Module wasm32

Module wasm32 

Source

Constantsยง

ATOMICS
Enable Atomics.
BULK_MEMORY
Enable bulk memory operations.
CRT_STATIC
Enables C Run-time Libraries to be statically linked.
EXCEPTION_HANDLING
Enable Wasm exception handling.
EXTENDED_CONST
Enable extended const expressions.
GC
Enable wasm gc.
MULTIVALUE
Enable multivalue blocks, instructions, and functions.
MUTABLE_GLOBALS
Enable mutable globals.
NONTRAPPING_FPTOINT
Enable non-trapping float-to-int conversion operators.
REFERENCE_TYPES
Enable reference types.
RELAXED_SIMD
Enable relaxed-simd instructions.
SIGN_EXT
Enable sign extension operators.
SIMD128
Enable 128-bit SIMD.
TAIL_CALL
Enable tail call instructions.
WIDE_ARITHMETIC
Enable wide-arithmetic instructions.