Sha256: 164d7680582e6c7709ad14904304d17b113b8c07cda7c39ea2c9611bc2679b92

Contents?: true

Size: 227 Bytes

Versions: 17

Compression:

Stored size: 227 Bytes

Contents

#include <windows.h>

#define CONCAT2(a, b) a##b
#define CONCAT(a, b) CONCAT2(a, b)
#define VERSIONED_SYMBOL(a) CONCAT(a, VERSIONED_SUFFIX)

LPVOID VERSIONED_SYMBOL(wasmtime_fiber_get_current)() {
  return GetCurrentFiber();
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/wasmtime-fiber-29.0.0/src/windows.c
wasmtime-28.0.0 ./ext/cargo-vendor/wasmtime-fiber-28.0.0/src/windows.c
wasmtime-27.0.0 ./ext/cargo-vendor/wasmtime-fiber-27.0.0/src/windows.c
wasmtime-26.0.0 ./ext/cargo-vendor/wasmtime-fiber-26.0.0/src/windows.c
wasmtime-25.0.2 ./ext/cargo-vendor/wasmtime-fiber-25.0.2/src/windows.c
wasmtime-25.0.1 ./ext/cargo-vendor/wasmtime-fiber-25.0.1/src/windows.c
wasmtime-25.0.0 ./ext/cargo-vendor/wasmtime-fiber-25.0.0/src/windows.c
wasmtime-24.0.0 ./ext/cargo-vendor/wasmtime-fiber-24.0.0/src/windows.c
wasmtime-23.0.2 ./ext/cargo-vendor/wasmtime-fiber-23.0.2/src/windows.c
wasmtime-22.0.0 ./ext/cargo-vendor/wasmtime-fiber-22.0.0/src/windows.c
wasmtime-21.0.1 ./ext/cargo-vendor/wasmtime-fiber-21.0.1/src/windows.c
wasmtime-20.0.2 ./ext/cargo-vendor/wasmtime-fiber-20.0.2/src/windows.c
wasmtime-20.0.0 ./ext/cargo-vendor/wasmtime-fiber-20.0.0/src/windows.c
wasmtime-18.0.3 ./ext/cargo-vendor/wasmtime-fiber-18.0.3/src/windows.c
wasmtime-17.0.1 ./ext/cargo-vendor/wasmtime-fiber-17.0.1/src/windows.c
wasmtime-17.0.0 ./ext/cargo-vendor/wasmtime-fiber-17.0.0/src/windows.c
wasmtime-16.0.0 ./ext/cargo-vendor/wasmtime-fiber-16.0.0/src/windows.c