https://kotlinlang.org logo
Title
s

Spencer Haan

03/25/2020, 5:52 PM
is it possible to remove the JavaScript interop support when compiling to WASM? we're also looking at removing other runtime features as well (like GC). basically we're looking for as barebones as possible. we tried setting compiler flags through gradle but they aren't working and we can't seem to find any documentation on it. any thoughts? thanks!
b

bashor

04/09/2020, 2:43 PM
@Spencer Haan could you please provide more information about your usecase? What kind of requirements do you have?
JFTR: We suspended working on LLVM based compilation to Wasm now, instead, we are working on a dedicated compiler backend, and it relies on GC-proposal in Wasm.
s

Spencer Haan

04/09/2020, 3:51 PM
This was related to what alex snaps post below, we're working together
👌 1