-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I can't figure out how to generate a reusable wasm library. If I use the library or template unit I get errors from Zig. I use the program template I get an executable which can't be resused. I suspect its because the call to zig is
compile lib simpleLib_wasm Debug wasm32-wasi 2 errors
when for libraries it should be something like
compile lib simpleLib_wasm Debug wasm32-freestanding 2 errors
Metadata
Metadata
Assignees
Labels
No labels