brent hartshorn
brent hartshorn
I was also confused by the memory offset at first, this example has a funny way of wrapping and sharing memory. The script below is perhaps a simpler way to...
 you can now attach C3 scripts to blender objects from the UI, or from Python like this: ```python MY_C3_SCRIPT = ''' rotateY( self.matrix, self.my_prop ); ''' a...
With emcc -Oz the output wasm does not have: `target_features+mutable-globals+sign-ext`

 confirmed that zig 0.13 and 0.13 and emcc 3.1.6 do not add `target_features+mutable-globals+sign-ext` looking online i found: https://reviews.llvm.org/D88506 """ wasm-ld --features=mutable-globals --export-all Note that this will...