tree-sitter/lib/src/wasm
2024-02-05 10:20:27 -08:00
..
wasmtime Update wasmtime headers, use latest wasmtime C APIs 2023-10-27 21:30:13 +01:00
README.md Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -08:00
stdlib-symbols.txt Add iswxdigit to wasm stdlib 2024-02-05 10:20:27 -08:00
wasi.h Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -08:00
wasm-stdlib.h Add iswxdigit to wasm stdlib 2024-02-05 10:20:27 -08:00
wasm.h Return informative error when load_language fails 2023-11-26 12:15:05 -08:00
wasmtime.h Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -08:00

WASM

The wasm.h header file contains a standard interface implemented by multiple WASM implementations. It was taken from here:

c9d3128465/include/wasm.h

The wasmtime headers were taken from here:

https://github.com/bytecodealliance/wasmtime/tree/main/crates/c-api/include/wasmtime