You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have app with threading, and to use it in wasm I need target-feature=+simd128,+atomics,+bulk-memory,+mutable-globals
But for this I need to rebuild std, and only for web target. So trunk can make this, if add some cargoflags config entry.
The text was updated successfully, but these errors were encountered:
I have app with threading, and to use it in wasm I need
target-feature=+simd128,+atomics,+bulk-memory,+mutable-globals
But for this I need to rebuild std, and only for web target. So trunk can make this, if add some
cargoflags
config entry.The text was updated successfully, but these errors were encountered: