Koka Easwarendra

Results 3 issues of Koka Easwarendra

components generated with `yarn make --component component-name` with sveltejs/template. But the components in the repo (eg. component-button) has a different file structure(i.e, Button.svelte Button.stories.js etc). Is there a way to...

fixes #2 - Imports: Ensure std.Build is correctly imported. - Target and Optimization Options: Use b.standardTargetOptions and b.standardOptimizeOption to handle target and optimization settings. - Library Creation: The addSharedLibrary method...

```zig build``` ``` /home/eswr/code/test1jul/zig-wasm-test/build.zig:2:20: error: root struct of file 'std' has no member named 'build' const Builder = std.build.Builder; ~~~^~~~~~ /home/eswr/zig-linux-x86_64-0.14.0-dev.142+1905137d0/lib/std/std.zig:1:1: note: struct declared here pub const ArrayHashMap = array_hash_map.ArrayHashMap;...