foxwren:Zig中的WebAssembly运行时

时间:2024-03-29 05:32:36
【文件属性】:

文件名称:foxwren:Zig中的WebAssembly运行时

文件大小:744KB

文件格式:ZIP

更新时间:2024-03-29 05:32:36

zig webassembly wasm ziglang Zig

福克斯伦 WebAssembly运行时环境(用Zig编写) 关于 foxwren是一个用于执行程序中嵌入的WebAssembly的库。 例子 从examples/fib : const std = @import ( "std" ); const foxwren = @import ( "foxwren" ); const Module = foxwren.Module; const Store = foxwren.Store; const Instance = foxwren.Instance; const GeneralPurposeAllocator = std.heap.GeneralPurposeAllocator; const ArenaAllocator = std.heap.ArenaAllocator; var gpa = GeneralPurposeAllocato


网友评论