#Is it possible to override std_options when targeting WASM?

1 messages · Page 1 of 1 (latest)

severe mirage
#

wasm_root can declare std_options. pub const std_options = std.Options{...}

#

what isn't working?

#

I have done this myself for custom log functions with wasm, so I know that it works