"""Guppy standard library for WebAssembly-style (wasm) contexts"""fromcollections.abcimportCallablefromtypingimportno_type_checkfromguppylang.decoratorimportguppyfromguppylang.std.builtinsimportarray,comptime,natT=guppy.type_var("T",copyable=False,droppable=False)