4x8matrix/silk

Silk - Luau in Luau

Silk

Run Luau inside Luau: the real VM compiled to WebAssembly and transpiled to Luau, with a typed C-API and hooks to observe and steer execution.

pesde add 4x8matrix/silk
local Silk = require("./luau_packages/silk")
print(Silk.new():run("return 6 * 7")) -- 42

push/pull move basic values; everything else uses the C-API on vm.exports. Tools attach per VM: Silk.hook.attach(vm), control, trace, gc, and more.