Package-level declarations
Types
Link copied to clipboard
                  Memory implementation based on GraalVM WasmMemory
Link copied to clipboard
                  Link copied to clipboard
                  class MemorySpec
Link copied to clipboard
                  Link copied to clipboard
                  class WasmMemoryNotifyCallback(waitersStore: SharedMemoryWaiterListStore, logger: Logger) : TruffleObject
Сallback to be called from the GraalVM Wasm runtime when atomic_notify Wasm function is executed.
Link copied to clipboard
                  class WasmMemoryWaitCallback(waitersStore: SharedMemoryWaiterListStore, logger: Logger) : TruffleObject
Сallback to be called from the GraalVM Wasm runtime when atomic_wait64 / atomic_wait32 Wasm functions are executed.
Link copied to clipboard