Files
swift-mirror/test/Interop/WebAssembly/expose-swift-decls-to-wasm.swift
Yuta Saito 6d378a3ec3 [wasm] add @_expose(wasm) attribute support
This attribute instructs the compiler that this function declaration
should be "export"ed from this .wasm module. It's equivalent of Clang's
`__attribute__((export_name("name")))`
2023-09-26 14:13:33 +00:00

2.2 KiB